Unique Random Number Generator

Unique Random Number Generator

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.


Oliver Akins © 2022. All rights reserved.