Dice Roller & Random Generator
Coin flip, dice, random numbers, and a wheel of choices.
About
Four modes in one tool. Flip a coin, roll dice (D2, D4, D6, D8, D10, D12, D20, D100), generate a random integer in any range, or pick randomly from a list of options. All random sources use crypto.getRandomValues() for true randomness.
How to use
- Pick a mode: coin, dice, range, or pick-from-list.
- Set inputs (number of dice, min/max, options).
- Roll. History saves below.
FAQ
Is it random?+
It uses the browser's crypto.getRandomValues(), which is the same source used for cryptographic operations. Statistically uniform and unbiased.