About Choice
Spoilt for choice?
Silurian's Choice has the answer! No installation, no ads, runs on any browser.
It randomly chooses between the number of options provided. If you put in 9 it will choose a number between 1 and 9 inclusive.
Sometimes you want 0 as a possible option too, so if you click on 'include zero' the range is extended to include it, so in this case putting in 9 the number selected will be between 0 and 9 inclusive (10 options).
The number of spinning dials changes to reflect the number of digits in the selected range.
PHP is used to generate the random choice, it is considered to give an equal probability for each of the options.
I have a windows app that does this but decided to modernise it with an animated spinning numbers like an odometer.
The animation is all in CSS and I am indebted to others for providing the basic code (for free!). For the odometer https://codepen.io/jhereg00/pen/mPmgxP. For the check box seehttps://www.geeksforgeeks.org/css/how-to-style-a-checkbox-using-css/.