in reply to
A series of random number and others
The
rand
built-in is not the only random number generator available from Perl. There are several CPAN modules implementing different algorithms, for instance:
Math::GSL::RNG
or
Math::RngStream
.
Comment on
Re: A series of random number and others
Download
Code
In Section
Seekers of Perl Wisdom