Random Wheel Spinner vs Weighted Random Picker
How they compare
| Criterion | Random Wheel Spinner | Weighted Random Picker |
|---|---|---|
| Odds | Identical for every option, always | Whatever you set, shown as a percentage before you draw |
| Presentation | An animated wheel that slows to a stop: the point when a group is waitingBetter here | A list with the chances rendered as bars |
| Perceived fairness | High. Everyone can see the slices are the same sizeBetter here | Not the goal: it is for draws that are meant to be uneven |
| Draw without replacement | Yes: removing the winner turns it into an orderingBetter here | No. Set a weight to zero to take an option out manually |
| Practical ceiling | About 60 options before the slices stop being readable | No 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
- Random Wheel SpinnerA wheel spinner that picks one name at random from a list of up to 60 that you type. Every slice is equal, and you can remove each winner so none repeats.
- Weighted Random PickerA weighted random picker for lists where some options are likelier than others. Give each a weight and the resulting chance is shown as a percentage first.