Question about random number on AS 1.5.5
Question about random number on AS 1.5.5
- Subject: Question about random number on AS 1.5.5
- From: "Fernando O. Raineri" <email@hidden>
- Date: Sun, 25 Feb 2001 09:58:23 -0500
Thanks to Bill Fancher, email@hidden, Brian Harris and Chris Nebel
for your explanations and comments. The suggestion below (Chris Nebel
and also Brian Harris) solved my problem. Fernando
>
>
In the meantime, your best bet is to use the time as seed. In the
>
startup of your script, say "random number with seed time of (current
>
date)". Then use just "random number" (i.e., with no seed) when you
>
need a random number.
>
>
>
--Chris Nebel