Generate random integers, decimals, coin flips, dice rolls, or shuffle a list using cryptographically secure randomness.
Six modes: integer range, decimal range, list shuffle, coin flip (with optional weighted coin), dice roller (d4 to d100 plus custom), and random pick. Uses Web Crypto with rejection sampling to avoid modulo bias.
Disclaimer: Suitable for everyday randomness needs. For cryptographic key generation, use a vetted library. For sweepstakes and official giveaways, verify the underlying randomness with an auditor.