Generate random numbers, roll dice, flip a coin, or pick from your own list
Random Number Between Range
History:
Generate Multiple Random Numbers
Dice Roller
Coin Flip
Pick Randomly from a List
Frequently Asked Questions
Is this truly random?
Yes. This generator uses your browser's built-in cryptographically secure random number generator (window.crypto.getRandomValues), which produces truly unpredictable results.
How do I pick a random number between 1 and 10?
Set the minimum to 1 and maximum to 10 in the Number Range tab, then click Generate. Each number from 1 to 10 has an equal probability of being chosen.
Can I generate lottery numbers?
Yes! Use the Multiple Numbers tab. For Powerball, set min=1, max=69, count=5, with "no duplicates" checked. Then separately generate a number from 1โ26 for the Powerball.