Hey, everyone! ATTENTION: THIS PROJECT DOES NOT USE THE "RANDOM" SCRATCH BLOCK AS A SHORT CUT. Okay, I was thinking about random.org and how they created truly random numbers. I did some research and found out that it is truly random (uses input from outside of the program to generate numbers. In this case time.) and pseudo-random (it uses an equation). So, I decided to incorporate this into Scratch. I created this project in one day. Here is how it works. This project is truly random, but it also uses a function (in this case a sigmoid function) to make it even more random. 1. The project takes your range of numbers and plugs it into a sigmoid function. 2. Next, it measures the time of your keypress and averages it with the current second (time). 3. It plugs these into the complete sigmoid function and you get an output of an irrational number. 4. It rounds this number to the closest whole number.
Bug Report form: ============================ If you see a bug fill out this form and post it in the comment section below. BE SPECIFIC. --------------------- Username: What is the bug: When did the bug occur: Any additional information: --------------------- Credits: ============================ Main inspiration: random.org @Sharkyshar for the button design and inspiration for the UI.