Skip to content

Commit dbce05a

Browse files
committed
Add a reference to Crypt::URandom to the FAQ
1 parent 5de4634 commit dbce05a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpan/perlfaq/lib/perlfaq4.pod

+4
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,10 @@ L<Math::Random::ISAAC> ("Indirection, Shift, Accumulate, Add, and Count", really
414414
More algorithms for random numbers are described in
415415
"Numerical Recipes in C" at L<http://www.nr.com/>
416416

417+
There are several modules to sample system sources of random numbers,
418+
which are useful for security tokens and cryptography. For example,
419+
L<Crypt::URandom>.
420+
417421
=head2 How do I get a random number between X and Y?
418422

419423
To get a random number between two values, you can use the C<rand()>

0 commit comments

Comments
 (0)