Random generators

Random Number Generator

Generate random numbers between any minimum and maximum, one at a time or many at once, with or without duplicates.

Maximum must be greater than minimum, and the range must be large enough for unique results.

How the numbers are generated

Each number is drawn independently from your range, with every value equally likely. With "no duplicates" enabled the tool draws without replacement, which is what you want for raffles, giveaways and any draw where one entry can’t win twice.