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
In reply to (d4vis)Re:Re: Genuine Quantum Randomness
by d4vis
in thread Genuine Quantum Randomness
by John M. Dlugosz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |