Click the flag to see my PRNG (Pseudo-Random Number Generator) draw dots all over the screen. (Turbo Mode is recommended.) My other PRNG: https://scratch.mit.edu/projects/646796303/
This is a simple random number generator that I made, from one method I read on the internet. I made this a long time ago, and just recently decided to share it. It works well, but is somewhat slower than the second one I made. (Both of them are still somewhat slower than Scratch's block.) This does it by addition, multiplication, and the remainder of division to calculate random numbers.