HomeMath & EverydayRandom Number

Random Number Generator

Pick one or more random whole numbers between a minimum and a maximum.

r_out

A random number, instantly

This tool picks a random whole number (or several) within the range you set. It's handy for drawing a winner, choosing who goes first, picking a lottery-style number, sampling, games, or any time you need an unbiased pick without reaching for dice or a hat.

How random is it?

It uses your browser's built-in random number generator. That's more than random enough for games, draws and everyday decisions. It is not designed for cryptographic or security uses — for those you'd want a dedicated secure generator. Each result is independent, so the same number can come up more than once when you generate several.

Uses

  • Picking a giveaway or raffle winner.
  • Deciding turn order in a game.
  • Sampling rows from a list.
  • Settling a friendly disagreement.

Frequently asked questions

Are the numbers inclusive?

Yes — both the minimum and maximum can be picked.

Can numbers repeat?

Yes, when generating several, each pick is independent and may repeat.

Is it secure-random?

No — it's fine for everyday use, not cryptography.