π’ Random Number Generator
Pick truly random numbers in any range β one at a time or in batches, with or without repeats.
How to use the random number generator
- Set your minimum and maximum β both ends are included in the draw.
- Choose how many numbers you need at once.
- Tick No repeats if each number must be unique.
- Click Generate. Click again for a fresh draw any time.
Common uses
Random numbers settle things fairly: picking a raffle or giveaway winner by ticket number,
choosing who goes first, generating lottery-style picks, selecting a random sample for a survey,
rolling for tabletop games when you've lost the dice, or picking a random page, row, or seat.
Setting the range to 1β2 even gives you a coin flip, and 1β6 a classic die.
Frequently asked questions
How random are the numbers?
Numbers come from your browserβs built-in random number generator, which is more than random enough for raffles, games, picks, and everyday use. Every number in your range has an equal chance.
Can I generate numbers without repeats?
Yes. Tick "No repeats" and each number in a batch will be unique β ideal for drawing lottery-style numbers or raffle ticket winners.
What is the largest range I can use?
Any whole numbers from -1,000,000,000 to 1,000,000,000, and up to 1,000 numbers at a time. That covers everything from dice substitutes to big raffles.
Are the results saved anywhere?
No. Everything happens in your browser, nothing is sent to a server, and refreshing the page clears the results.