in reply to Random numbers generator
Well, 'completely random' might be a bit of a problem, but if you'll settle for 'pseudo random' then this will do the trick:
my $random = int rand 10; --
"Perl makes the fun jobs fun
and the boring jobs bearable" - me
|
---|
Replies are listed 'Best First'. | |
---|---|
(redmist) Re: Re: Random numbers generator
by redmist (Deacon) on Feb 07, 2001 at 23:06 UTC | |
Re: Re: Random numbers generator
by mirod (Canon) on Feb 07, 2001 at 19:41 UTC |