02-10-2006, 05:54 AM
Why not use:
That'll give you a pseudo-50/50 chance and require less processing/code. :wink:
Code:
If Int(Rnd * 2) = 1 Then ...
That'll give you a pseudo-50/50 chance and require less processing/code. :wink: