Recent content by jscix

  1. J

    PHP Random number generator (Need help)

    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...
  2. J

    How to Create a PHP Random Number Generator for a Coin Toss?

    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...
Back
Top