Random Number Generator

Generate random numbers in any range.

About the Random Number Generator

Generate one or many random numbers within any range — integers or decimals, with an optional no-duplicates mode. Useful for raffles, sampling, test data and games.

How to use it

  1. 1Set the minimum and maximum range.
  2. 2Choose how many numbers and whether they must be unique.
  3. 3Generate and copy the results.

Frequently asked questions

How random are the numbers?
They're produced by your browser's built-in random number generator, which is more than sufficient for everyday picking and sampling.