As I said before, the original poster (Louis?) should contact the people who ported the windoze version of Perl.
At 11:14 -0400 09/11/2003, Ronald J Kimball wrote:
This is not a bug in Microsoft's implementation of rand(), it is a bug in your expectations. It's ridiculous to expect rand() to function identically across all platforms. That's simply not the point of rand(). If you need consistent "random" numbers, you should implement your own generator.
Ronald