Generate a random number within any range you choose. Set your minimum and maximum, hit generate, and get an instant, cryptographically secure result. Copy it with one click for raffles, games, homework or decision-making.
When to Use the Random Number Generator
Use the random number generator for raffle draws, lottery-style picks, statistical sampling, game mechanics, or randomised assignments. For simple yes/no decisions, the coin flip is quicker.
Random Number Tips
- Set 1-6 to simulate a standard die roll, or 1-100 for percentile rolls.
- Use 0-1 range for quick binary decisions (0 = no, 1 = yes).
- For PIN generation, set 0000-9999 and generate a random 4-digit code.