in reply to Re: Re: Genuine Quantum Randomness
in thread Genuine Quantum Randomness
Better pseudo-random number generator
In 5.005_0x and earlier, perl's rand() function used the C library rand(3) function. As of 5.005_52, Configure tests for drand48(), random(), and rand() (in that order) and picks the first one it finds.
These changes should result in better random numbers from rand().
~monk d4vis
#!/usr/bin/fnord
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (d4vis)Re:Re: Genuine Quantum Randomness
by John M. Dlugosz (Monsignor) on Jun 02, 2001 at 00:22 UTC | |
by tye (Sage) on Jun 02, 2001 at 00:31 UTC | |
by John M. Dlugosz (Monsignor) on Jun 02, 2001 at 00:35 UTC |