Generate random numbers in any range, with or without duplicates.
Generated locally in your browser.
Understanding your result
For unique results the count cannot exceed the size of the range. Decimal mode returns fractional values.
Formula and method
Numbers are drawn uniformly between the minimum and maximum (inclusive for whole numbers) using the browser’s random generator. “No duplicates” draws without replacement.
Worked example
Five unique whole numbers between 1 and 100 might be 7, 23, 44, 78 and 95.
How to use this tool
- Set the minimum and maximum.
- Choose how many numbers and any options.
- Press Generate.
Common mistakes to avoid
- Requesting more unique numbers than the range allows.
About the Random Number Generator
Generate random numbers for draws, games, sampling and decisions — one at a time or many at once.
Explore all Random Generators tools
Frequently asked questions
Is it suitable for raffles?
Yes, for casual draws. For regulated or high-stakes lotteries use an audited system.