Set a minimum and maximum, then click Generate; a number in that range appears.
Random Number Generator
freetoolonline.com Editorial TeamThis random number generator picks a whole number between a minimum and maximum you choose, right in your browser. There is nothing to download, install, or sign up for - set your range and click Generate.
Enter a Min and a Max in the two boxes, then click Generate and the result appears underneath. Click Generate again at any time for a fresh number in the same range.
Key features
- Picks a whole number between the Min and Max you choose, with both ends of the range included.
- Swaps the two values internally if you enter the larger number in the Min box, so the range still works.
- Each number is chosen using your browser's crypto.getRandomValues, a fairness source built into every modern browser, so every whole number in your range has an equal chance on every click.
- Runs entirely in your browser - no download, no install, and no account.
When to use it
Reach for it for raffles and giveaways, picking a random sample index, settling a quick decision, or any moment that needs a fair number from a range you choose rather than a fixed one-to-six or heads-or-tails result.
Privacy
Everything runs locally on your device, with no upload and no account. The result is not saved once you leave the page, so refreshing clears it back to a fresh generator.
Other random pickers
Need a different kind of random pick? The dice roller and coin flip cover fixed one-to-six and heads-or-tails results, and the wheel spinner picks a winner from a list of names instead of a number.
Frequently Asked Questions
What does Random Number Generator do?
It generates a fair whole number between a Min and Max you set, right in your browser, with no upload and no account.
When should I reach for random number generator?
Use it for raffles, quick decisions, or picking a random sample index - anywhere you need a fair number from a range you choose rather than a fixed one-to-six or heads-or-tails result.
What happens if I enter Min larger than Max?
The tool swaps the two values internally before generating, so the range still works correctly either way.
What complementary tools work well alongside random number generator?
The dice roller and coin flip cover fixed one-to-six and heads-or-tails results, and the wheel spinner picks a winner from a list of names.