Unique Random Number Generator
Projects | | Links: Demo | Source
A random number generator that will only pick each number in the range a maximum of one time. 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.