Initializing, please wait a moment

Set a minimum and maximum, then click Generate; a number in that range appears.

How it works:

  1. Set the Min and Max boxes above the button (Min swaps with Max if you enter them backwards).
  2. Click Generate; a whole number between Min and Max (both included) appears below.
  3. Click Generate again for a fresh number in the same range - there is no limit on how many times you can generate.

Random Number Generator


This 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. A number between them (both ends included) appears underneath. If you happen to enter the larger number in the Min box, the tool swaps the two internally so the range still works. Click Generate again at any time for a fresh number in the same range.

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. Everything runs locally on your device - no upload and no account - and the result is not saved once you leave the page, so refreshing clears it back to a fresh generator.

Use 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.

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.

← Back to Utility Tools

Related tools:

Tags: #utility

Related guides:

Loading reviews...

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.