Random Number Generator
A number generator for the cases a wheel can't show: big ranges, many draws, or no-repeat sampling. Set the range, the count, and whether repeats are allowed.
Fill in the form, then run it.
This tool needs JavaScript. Nothing you enter is ever uploaded.
How to use the random number generator
- Set the minimum and maximum — any whole numbers, in either order.
- Choose how many numbers to draw (up to 500).
- Turn off repeats for lottery-style draws where each number appears once.
Random Number Generator questions
Are both ends of the range included?
Yes. A range of 1 to 10 can return 1 and can return 10.
What happens if I ask for more numbers than the range holds?
With repeats off, the count is capped at the size of the range — you can't draw eleven unique numbers from 1 to 10, so you get all ten.
Is it suitable for a prize draw?
It's cryptographically random and unbiased, which is more than adequate for raffles and giveaways. For a draw an audience watches, the giveaway wheel is more convincing.