Press Space to Activate. Wait until numbers output settles before pressing again. For a random amount of variables in Random Datalog, hold space for 5+ seconds and then stop. Use for decisions such as, "if output is an odd number, then I jump off a cliff." :) Happy generating! All by me. Inner machinery: A lot of you are wondering why I don't just use Scratch's auto random number picking block. Actually, the reason is that the auto random block uses pseudorandom number picking, which is not entirely accurately random. In the code, I use pseudorandom number picking to pick the number of times the numbers are generated pseudorandomly, solving the issue of inaccurate randomness.