The Random Number Generator produces one or many random numbers within any range you set. Choose a minimum and maximum, decide how many numbers you need, and optionally require them to be unique — ideal for raffles, lotteries, giveaways, and statistical sampling.
It runs instantly in your browser with no sign-up. Results can be copied with one tap, and your recent draws are kept in a local history so you can refer back to them.
How to generate random numbers
- Set the minimum and maximum values for your range.
- Choose how many numbers to generate.
- Toggle 'unique only' if no number should repeat.
- Press Generate to draw your numbers, then copy them if you need to.
How random are the numbers?
Numbers are drawn using the Web Crypto API where available — the same class of randomness used for security tokens — so they are statistically fair and unpredictable, suitable for any non-gambling use such as raffles and classroom draws.