http://www.perlmonks.org?node_id=803636


in reply to Random numbers are not random enough on Windows

Yes, this a known issue.  You could use other pseudo random number generators instead, like Math::Random::MT (see Mersenne_twister for background) or Math::Random.

  • Comment on Re: Random numbers are not random enough on Windows