Random Number Generator
Projects | | Links: Demo | Source
A random number generator that runs in your browser. The min and max values can also be set on the site by using min
and max
querystring parameters.
The site technically uses a deterministic algorithm to create a random number, but in essence it is as random as is necessary for a simple site like this.