Random Control
Posted: Tue Jun 16, 2015 12:28 am
I want to randomly put either 1 or 2 in a variable x
I did this by..
put random(2) into x
How do I control the random selection in a way where neither 1 or 2 is selected more than 4 times. Thanks!
I did this by..
put random(2) into x
How do I control the random selection in a way where neither 1 or 2 is selected more than 4 times. Thanks!