Need to pick a winner, roll a number or sample a range? This random number generator gives you one or many random numbers between any minimum and maximum.
It runs in your browser, instantly and free.
How to use the Random Number Generator
- Set the minimum and maximum.
- Choose how many numbers you want.
- Generate and copy the results.
Fair random numbers for any range
Set a minimum and maximum and the generator picks a number with equal probability across the range, so a 1 to 100 draw gives every number exactly a 1 percent chance. Generate one number or a batch, and choose whether repeats are allowed, which is the difference between rolling dice and drawing raffle tickets from a hat.
Picking winners without arguments
For giveaways and raffles, number the entries, then generate without repeats to draw winners in order; the process is transparent and no entry is favoured. For games, a 1 to 6 range replicates a die and 1 to 2 replicates a coin flip. The randomness is generated fresh on your device each time, uninfluenced by previous draws, which is also why streaks happen and are perfectly normal.
Common uses
- Giveaway and raffle winner selection
- Dice, lottery-style draws and party games
- Random sampling for surveys and testing
- Assigning people randomly to groups and orders
Frequently asked questions
Is it free?
Yes, free with no signup.
Can I generate several numbers at once?
Yes. Set the count to get multiple random numbers.
Are the numbers truly random?
They use your browser's random function, which is suitable for everyday use.
Is my input stored?
No. Generation happens locally in your browser.