in reply to
Random Numbers
my $random_number = rand(10)%10;
should give a "random enough" number;
little_mistress@mainhall.com
Comment on
Re: Random Numbers
In Section
Seekers of Perl Wisdom