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.