Wheel vs dice vs coin flip: which random method should you use?

Coins, dice, hats, shuffled lists and spinning wheels all pick at random. They differ in fairness, transparency and how many options they handle.

Five ways to let chance decide

All of these are random. What separates them is how many options they handle, how easily an audience can verify the result, and how much of a moment they create.

Coin flip

Two options, instantly understood, needs no equipment. The catch is that a physical flip is not perfectly fair — the outcome correlates slightly with the starting face, and a practised flipper can influence it. For a low-stakes tie between two options, none of that matters.

Use it for: binary choices where nobody suspects anybody.

Dice

Handles up to six options, or more with polyhedral dice. Physical dice are transparent — everyone sees the result land — but they can be loaded, and mapping thirty students onto six faces requires an awkward grouping step.

Use it for: small option sets, tabletop contexts, anything where the physical object is part of the fun.

Names in a hat

The classic, and genuinely good: everyone can see the slips going in and a hand coming out. Its weaknesses are practical — slips of different sizes get picked unevenly, someone has to write thirty names, and drawing without replacement is the only mode it offers.

Use it for: in-person draws where visible physical process beats speed.

Shuffled list or spreadsheet formula

Handles thousands of entries and takes a second. The problem is entirely social: nobody can watch a formula run. To an audience, a name appearing in a cell is indistinguishable from a name typed into a cell.

Use it for: large private selections where nobody needs convincing.

Spinning wheel

Handles hundreds of entries, shows every option on screen at once, and turns the selection into something the room watches happen. It combines the auditability of the hat with the capacity of the spreadsheet. The cost is that it needs a screen and a browser.

Use it for: classrooms, raffles, live streams, meetings — anywhere the audience should see the choice being made. Start at the wheel spinner.

A quick comparison

  • Options handled: coin 2 · dice up to 20 · hat unlimited but slow · list unlimited · wheel up to 500.
  • Audience can verify: coin yes · dice yes · hat yes · list no · wheel yes.
  • Speed to set up: coin instant · dice instant · hat slow · list fast · wheel fast.
  • Uneven odds possible: coin no · dice awkward · hat yes (more slips) · list yes · wheel yes (repeat the name).
  • Creates a moment: coin small · dice small · hat medium · list none · wheel high.

The fairness question nobody asks

People scrutinise digital randomness far more than physical randomness, when the evidence points the other way. Coins are biased by their starting position, dice are biased by manufacturing tolerances, and hat draws are biased by slip size and where a hand reaches. A cryptographic random number generator has none of those flaws — the reason it is doubted is that the process is invisible, not that it is worse.

That is the real argument for a wheel: it puts a trustworthy generator inside a visible process. The technical detail is in how random is a spinning wheel.

Which should you actually pick?

Two options and no audience: flip a coin. Six options at a table: roll a die. Thirty names and a room watching: spin a wheel. Ten thousand entries and an auditor: use a script and publish the seed. The method should match the size of the decision and the size of the audience — and for most everyday choices, the fastest fair method is the right one, as argued in using randomness to beat decision fatigue.

Try it while it is fresh

The wheel is free, needs no account, and keeps your list in your own browser.

Open the wheel spinner