Coin Flip, Decision Wheel & Dice Roller
Three ways to let chance make the call: flip a coin, spin a wheel loaded with your own custom options, or roll one or more dice. No sign-up, no ads blocking the tool itself — just pick a mode and go.
How it works
Every outcome — the coin face, the winning wheel segment, each die value — is generated with your browser's cryptographically secure random source (crypto.getRandomValues), using rejection sampling for the wheel and dice so every option or face has exactly the same chance of coming up. A plain modulo operation on a random number very slightly favors some outcomes over others; rejection sampling removes that bias entirely.
Worked example
Can't decide where to eat? Switch to the Decision Wheel tab, type Pizza, Sushi, Tacos, and Burgers on separate lines, and hit Spin — the wheel lands on one of the four with equal 25% odds each, and names the winner below.