Quote:
Originally posted by CiberTHuG
For those of you paying attention in other forums, I just learned that you have to turn on the VBScript Random Number Generator before you use it. If you don't, you get the same result for Rnd() everytime. I kind of think that is stupid, since you want a random number... but whatever.
So now at the top off all of my scripts and ASPs will be the lone, undocumented statement "Randomize".
When someone less familiar with VBScript asks why that is there, I can smile and tell them the system works on chaos.
"reproducible " random numbers are actually very useful for things like pharmaceutical trials where you may be required to reproduce *all* the test parameters exactly including the random number sequences (the best way for that is to just to have the random numbers in files)!