Random Number Generator

Generate random numbers in any range, with no repeats option.

Advertisement
Advertisement

About the Random Number Generator

The Random Number Generator produces random whole numbers within any range you set. Choose a minimum and maximum, decide how many numbers you need, and optionally require them all to be unique (no repeats) — perfect for lotteries, raffles, giveaways, games, sampling and decision-making. The numbers are generated in your browser using the device's built-in randomness, and nothing is sent to a server.

How to use it

  1. Set the minimum and maximum of your range.
  2. Choose how many numbers to generate and tick 'No repeats' if you need unique values.
  3. Click Generate, then Copy to grab the results.
Advertisement

Frequently asked questions

Are the numbers truly random?

They use the browser's built-in Math.random pseudo-random generator, which is more than random enough for raffles, games and everyday picks. It is not intended for cryptographic use.

Can I get unique numbers with no duplicates?

Yes. Tick 'No repeats' and every number in the result will be different, as long as the range is large enough to fit the count you asked for.

Does the range include the minimum and maximum?

Yes. Both the minimum and maximum values are included as possible results.

Related tools

Advertisement