Preserved Topic: ASP - getting random numbers (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Southern Alabama, USA |
posted 06-13-2002 20:51
In my color randomizer that I mentioned in another thread (http://www.webwhirlers.com/color/spinwheel.asp), I use ASP to randomize colors. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-13-2002 22:18
Perhaps if you only said "Randomize" once instead of each time? That might reset it or something. |
Bipolar (III) Inmate From: |
posted 06-14-2002 08:10
you're quite right - the call for randomize is code: randomize [number]
|
Bipolar (III) Inmate From: Southern Alabama, USA |
posted 06-14-2002 15:39
Thank you Slime! |
Nervous Wreck (II) Inmate From: West Bloomfield MI |
posted 06-14-2002 16:46
You could try making the number in there somewhat random |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-14-2002 22:16
I believe every time you get a random number, it uses that random number as the seed for the next one. So calling Randomize more than once probably doesn't do you any good. |