Overview
Generate random numbers for games, statistics, decision-making, and more. Uses cryptographically secure randomness.
How to Use
- Set minimum and maximum values
- Choose how many numbers to generate (1-100)
- Enable "Unique numbers only" to avoid duplicates
- Click presets for quick options (Dice, Coin, etc.)
- Click Generate to create random numbers
- View statistics when generating multiple numbers
Use Cases
- Roll dice for board games
- Pick lottery numbers
- Make random selections
- Generate test data
- Random sampling for statistics
- Flip coins for decisions
About
Uses crypto.getRandomValues() for cryptographically secure random number generation. All processing is done locally.