Okay, What I am trying to do is create a create a random number generator, that outputs 1 and 2 (coin toss)
From what I understand, the more coin tosses (the more times I generate a random 1 or 2) the more uniform the pattern should be.
EG: After generating a random 1-2 sequence, 1,000,000...
Okay, What I am trying to do is create a create a random number generator, that outputs 1 and 2 (coin toss)
From what I understand, the more coin tosses (the more times I generate a random 1 or 2) the more uniform the pattern should be.
EG: After generating a random 1-2 sequence, 1,000,000...