This project tests whether the random number generator scratch uses is truly random. This project counts the number of times a certain number is chosen by the random number generator. To test the theory that the generator isn't truly random, I need you all! Instructions: Press flag, and run the program until it stops when the first number hits 3000. Then, comment which number the variable says was chosen the most in your trial! Comment your answer, and check the other comments to see if any one number is chosen more often by the generator! My hypothesis is that numbers with 3 and 7 will pop up more frequently.
We will only be able to truly see if the generator is biased once the program is run many times by many different people. If you want to run the project longer, click see inside, and change the number in the "wait until" and "repeat until" blocks to a higher number.