About Random Number Generation
This generator uses crypto.getRandomValues() when available, providing cryptographically secure random numbers suitable for most applications including games, simulations, and fair selection.
Common Uses
- Picking raffle/lottery winners
- Board game dice rolls
- Statistical sampling
- Password generation
- Making fair decisions