Cadmeo

Random Wheel Spinner vs Weighted Random Picker

Choose this if

Random Wheel Spinner

every option should have the same chance, and people are watching

Choose this if

Weighted Random Picker

the options are deliberately not equally likely

How they compare

Random Wheel Spinner compared with Weighted Random Picker, criterion by criterion
CriterionRandom Wheel SpinnerWeighted Random Picker
OddsIdentical for every option, alwaysWhatever you set, shown as a percentage before you draw
PresentationAn animated wheel that slows to a stop: the point when a group is waitingBetter hereA list with the chances rendered as bars
Perceived fairnessHigh. Everyone can see the slices are the same sizeBetter hereNot the goal: it is for draws that are meant to be uneven
Draw without replacementYes: removing the winner turns it into an orderingBetter hereNo. Set a weight to zero to take an option out manually
Practical ceilingAbout 60 options before the slices stop being readableNo visual limit: a long list works fineBetter here

Which is best for you

Spin when a group needs to see it happen

Picking a restaurant, choosing who presents first, running a prize draw in front of people. The wheel earns its place because everyone watching can see the slices are equal and the result is not being fudged. Turning on "remove the winner" makes successive spins produce an order of play rather than independent draws.

Weight it when the odds are supposed to be uneven

A loot table where rare items are rare, a rota where someone has volunteered for a double share, a test fixture that should reflect real-world frequencies. The percentages are shown before you draw, which is the part most weighted pickers omit and the part that catches a weight you did not intend.

The recommendation

Use the wheel whenever the draw needs to be fair and seen to be fair, and the weighted picker only when unequal odds are the deliberate intent. One thing worth internalising about the wheel: its winner is chosen cryptographically before the animation starts, so nothing about how long it spins affects the outcome. Spinners that compute the result from where the animation stops can be biased by frame rate, which is exactly the kind of unfairness a visible wheel is supposed to rule out.

Frequently asked questions

Can I make the wheel favour one option?

No, and deliberately not. Equal slices are the whole basis of a wheel being trusted in front of a group. If you want unequal odds, the weighted picker is the honest way to do it, because it shows everyone the actual percentages.

The 5% option came up first. Is the weighting broken?

No. A one-in-twenty chance happens roughly one time in twenty, which over a handful of draws is entirely unremarkable. Weighting makes an outcome unlikely, not impossible. Over many draws the proportions converge on the stated percentages.

Both tools