A fair number in your range
Random Number Generator
Choose a minimum, maximum, and quantity. QuickKit uses the browser's secure random-number source and can avoid duplicates.
Loading this tool…
How to use it
Three steps. That’s it.
- 1
Enter the inclusive minimum and maximum values.
- 2
Choose how many numbers you need and whether repeats are allowed.
- 3
Generate, copy, or run the draw again.
Good to know
Frequently asked questions
Are both endpoints included?
Yes. A range from 1 to 10 can return both 1 and 10.
How random are the results?
The generator uses crypto.getRandomValues, the browser's secure random source, with rejection sampling to avoid modulo bias.
Are draws saved?
No. Results remain in the current page unless you copy them.
Keep going