[thelist] For the ASP Gurus...

Joshua Olson joshua at alphashop.net
Sun Dec 9 08:21:06 CST 2001


Hey Ken,

make sure you execute Randomize before executing Rnd()  There are about 100
different ways to actually code the system you are trying to implement (and
I'm sure others will make lots of suggestions), but the answer to your
question of "why does the same random number get generated EVERY time?" is
because the random seed is always the same.  Using Randomize fixes that.

HTH,
-joshua

----- Original Message -----
From: "Ken Kogler" <ken.kogler at curf.edu>
Subject: [thelist] For the ASP Gurus...


: Problem is, every user is getting the same graphic every time.





More information about the thelist mailing list