Hi, I want to have a max range of rand function, so I use
my $rnd = rand(4294967295) ; However, is it safe to use so, e.g. in 32 bit system? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/