Random Number Generator

Generate random numbers within any range — for draws, games, sampling or picking a winner.

Share
Advertisement

What is the Random Number Generator?

A random number generator produces an unpredictable number within a range you choose. It's used for drawing lottery or raffle numbers, picking a winner fairly from a list, assigning random samples in research, generating game outcomes, or simply making an unbiased decision when you can't choose between options yourself.

How to Calculate

Set a minimum and maximum value — the generator picks uniformly at random from everything in that range (inclusive), so every number has an equal chance of being selected. Run it again for a fresh independent draw; each result doesn't depend on the one before it.

Formula

Uniform random selection between min and max.

How to Use

  1. Enter your details in the fields above.
  2. The result updates instantly as you type.
  3. Use Copy, Print or Download PDF to save your result.

Frequently Asked Questions

Are the numbers truly random?
They use your browser's pseudo-random generator, which is more than random enough for everyday use like draws and games u2014 though not for cryptographic security.
Advertisement
Was this calculator helpful?
Embed this calculator

Copy this code to add the calculator to your own website: