Skip to content

Commit 215420c

Browse files
committed
Replace another reference to Math::TrulyRandom with Math::Random::ISAAC
1 parent b72383a commit 215420c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpan/perlfaq/lib/perlfaq4.pod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,7 @@ L<http://www.perlmonks.org/?node_id=803632>).
410410
Several CPAN modules in the C<Math> namespace implement better
411411
pseudorandom generators; see for example
412412
L<Math::Random::MT> ("Mersenne Twister", fast), or
413-
L<Math::TrulyRandom> (uses the imperfections in the system's
414-
timer to generate random numbers, which is rather slow).
413+
L<Math::Random::ISAAC> ("Indirection, Shift, Accumulate, Add, and Count", really fast).
415414
More algorithms for random numbers are described in
416415
"Numerical Recipes in C" at L<http://www.nr.com/>
417416

t/porting/known_pod_issues.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Math::Big
218218
Math::BigInt::Constant
219219
Math::BigInt::GMP
220220
Math::BigInt::Pari
221+
Math::Random::ISAAC
221222
Math::Random::MT::Perl
222223
Math::TrulyRandom
223224
mbrlen(3)

0 commit comments

Comments
 (0)