![]() Preserved Topic: ASP - getting random numbers (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Southern Alabama, USA |
![]() 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 |
![]() Perhaps if you only said "Randomize" once instead of each time? That might reset it or something. |
Bipolar (III) Inmate From: |
![]() you're quite right - the call for randomize is code: randomize [number]
|
Bipolar (III) Inmate From: Southern Alabama, USA |
![]() Thank you Slime! |
Nervous Wreck (II) Inmate From: West Bloomfield MI |
![]() You could try making the number in there somewhat random |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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. |