Forum Moderators: coopster
Choose Random Value between 0 and 1;
If Random Value is between 0 and .4, Run Script A, else Run Script B;
I've searched prewritten scripts fairly extensively, but all I'm finding are more complex split test scripts that use cookies or sessionIDs to keep track of which group a user is in. I have no tracking needs (that is done by an ad script) and I don't care if a visitor gets split A on one page and B on the next. All I need is to ensure I get a random, or pseudorandom, distribution of values so that I execute the two scripts in the proportion that I want.
Does what I'm trying to do make sense? Is there a randomizing function that can give me a reasonable distribution of values?