Random Number Generator
Generate random numbers in any range.
Generate random numbers within any range you choose — one at a time or many at once, with an option to keep them all unique. Great for draws, sampling, games, and testing.
Runs entirely in your browser — nothing is uploaded.
How to use the random number generator
- 1Set the minimum and maximum.
- 2Choose how many numbers you need.
- 3Generate and copy the results.
Frequently asked questions
Can I generate numbers with no repeats?
Yes — enable "No duplicates" and every number in the result set will be unique (as long as the range is large enough).
Is the range inclusive?
Yes — both the minimum and maximum values can be generated.