ogbankgirl
Programmer
Hi, I need to randomize some output, where I do one action a certain percentage of the time and another action the other percentage of the time. Is there a way I can get, let's say, a boolean, returned a% of the time, and another boolean returned b% of the time? Thanks.