in reply to Random Numbers

my $random_number = rand(10)%10;

should give a "random enough" number; little_mistress@mainhall.com