Skip to content

Commit

Permalink
Add a reference to Crypt::URandom to the FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
robrwo committed Dec 26, 2024
1 parent 215420c commit 0364e87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpan/perlfaq/lib/perlfaq4.pod
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@ L<Math::Random::ISAAC> ("Indirection, Shift, Accumulate, Add, and Count", really
More algorithms for random numbers are described in
"Numerical Recipes in C" at L<http://www.nr.com/>

There are several modules to sample system sources of random numbers,
which are useful for security tokens and cryptography. For example,
L<Crypt::URandom>.

=head2 How do I get a random number between X and Y?

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

0 comments on commit 0364e87

Please sign in to comment.