Random Number Generator
Generate one or many random whole numbers in a range you choose, with an option to keep them all unique. Great for draws, games, and picking winners. Runs in your browser.
Result
-
How it works
Each number is drawn with your browser's built-in random generator and mapped onto the whole-number range you set, with both the minimum and maximum included.
With "no duplicates" on, the count is capped at how many whole numbers fit in the range. You can't draw 10 unique numbers from 1 to 5. This is for everyday picks and games, not cryptography.
What this does
This generator produces one or many random whole numbers in a range you choose, with an option to keep them all unique, handy for draws, games, sampling, and picking winners.
How to use it
- Set the minimum and maximum (both included).
- Choose how many numbers to generate.
- Tick "no duplicates" if each must be unique.
- Generate and copy the results.
How it works
Each number is drawn from the inclusive range using the browser’s standard random generator. With duplicates disallowed, the count is capped at how many whole numbers fit in the range. It suits casual use, not cryptography or official lotteries.
Example
A range of 1 to 6 can return any whole number from 1 through 6. Asking for 10 unique numbers from 1 to 5 is impossible, only five distinct values exist.
Sources & methodology
Last updated .
Frequently asked questions
Are the minimum and maximum included?
Yes. The range is inclusive at both ends, so a 1 to 6 range can return any whole number from 1 through 6.
What does "no duplicates" do?
It guarantees every generated number is different. The count is then capped at how many whole numbers fit in the range, you cannot draw 10 unique numbers from 1 to 5.
Is it suitable for security or lotteries?
No. It uses the browser’s standard random generator, which is fine for games and casual picks but not for cryptography or official lottery draws.
Is my data stored?
No. Everything runs locally in your browser.
Related tools
Scientific Calculator
A calculator that understands full expressions, operators, powers, parentheses, factorials, the constants π and e, and trig, log, and root functions in radians or degrees. Calculates in your browser.
Average Calculator
Paste a list of numbers to get the mean, median, mode, range, count, sum, and standard deviation at once. Calculates in your browser.
Area Calculator
Find the area of a rectangle, triangle, circle, parallelogram, trapezoid, or ellipse from its dimensions. Calculates in your browser.
Volume Calculator
Find the volume of a box, cylinder, sphere, cone, pyramid, or capsule from its dimensions. Calculates in your browser.