How to Use the Random Number Generator
- Number tab: Set a min and max range, then generate a single random number.
- Multiple tab: Generate several random numbers at once, with optional uniqueness and sorting.
- Dice tab: Roll 1-6 dice with 4, 6, 8, 10, 12, or 20 sides.
- Coin tab: Flip a coin for heads or tails with running statistics.
Uses the browser's cryptographically secure random number generator (crypto.getRandomValues) for true randomness. No data is sent to any server.