Press Space to generate a number. It will generate a 2 digit number. This number generator isn't that bad. (For it to work properly, let Scratch use your microphone) Explanation: Wikipedia defines randomness as a lack of definite pattern or predictability in information. But how is that possible in computers? Computers are systems that perform the specific commands it is told to do. If you tell it to do one thing, it will always do it in the same way. That means that computers cannot generate random numbers. So, how do they generate random numbers, then? Well, there are some different methods, this project uses a method where it helps generate a number depending on the loudness in your room and then putting it through math operations. (I might've overkilled with all the math operations) This random number generator is no different from all the others since it is not completely random, so just like all the others, it's called a pseudo-random number generator.