RE: $*&^% Random Numbers!!!

2001-07-30 Thread ccook22
er generator NOT based on valid values from a table then just remove the code below from the code above. and delete everything after the "and" in this statement will become Enjoy, Casey Cook "Dan Slater" <[EMAIL PROTECTED]> on 07/28/2001 01:19:30 PM To: C

Re: Random Numbers and Banner Managers

2000-07-23 Thread Sean Renet
Duane can you set a client variable that contains a list of already displayed banners and test against that list so they do not come up as often? Of course you might want to make a weighting table for clients that paid more to come up more often. And actually your code should be more like SELEC

Re: Random Numbers and Banner Managers

2000-07-23 Thread Jim McAtee
That looks correct. You should probably also seed the random number generator. I'm not sure if you need to do this every time the code is called, but it can't hurt. Make sure you run a large test of the code's "randomness" before you conclude whether it works or not. Just create a loop that ca