How an online spinner wheel picks a winner
A fair online wheel works in three steps:
- Pick a random number. The browser generates a random value — on SpinnPick, from its cryptographic random number generator.
- Turn it into a spin. That number decides how far the wheel rotates: a few full turns plus a random extra angle.
- Read where it stops. The winner is simply the slice under the pointer when the wheel stops.
Because the result is decided by where the wheel lands, the animation and the winner can’t disagree: what you see under the pointer is what won. Each slice’s chance equals its share of the circle — a slice covering a tenth of the wheel wins about one spin in ten.
Why a fair wheel can feel rigged
Streaks are normal
People expect randomness to look evenly spread out. Real randomness is clumpy. With 10 names, the chance the next spin picks the same name as the last one is 1 in 10 — so it will happen regularly. In ten coin flips there’s almost a one-in-two chance of seeing four or more of the same side in a row.
We remember the surprising results
Nobody mentions the ten spins where things looked normal. The time the teacher’s favourite student got picked twice gets remembered — and retold.
Small samples mislead
After 20 spins with 5 options, it’s common for one option to have come up 7 times and another only twice. Over hundreds of spins, the counts even out.
Slices aren’t always the same size
Some wheels let you give options different weights, which makes their slices bigger. On SpinnPick weights are off by default, and when they’re on, the slice sizes and the percentages in the options panel show the real odds.
Can a spinner wheel be rigged?
Technically, yes — any piece of software can be written to cheat. A rigged wheel might secretly favour one option, or land in one place while announcing a different winner. Some sites even advertise a hidden “rigged mode” for pranks.
That’s why transparency matters more than promises. Look for a wheel where the winner is always the slice under the pointer, where any change to the odds is visible on the wheel itself, and where you can test the results.
SpinnPick doesn’t have a hidden rigged mode. The only way to change the odds is Weights, and weighted options visibly get bigger slices.
How to test whether a wheel is fair
- Make a wheel with 4 equal options — A, B, C, D.
- Spin it 100 times. After each spin, press Tally +1 so the count appears next to each option.
- Each option should land roughly 25 times. Anywhere from about 16 to 34 is normal for 100 spins; much further off, repeated over several tests, would be suspicious.
| Spins | Expected per option (4 options) | Normal range |
|---|---|---|
| 20 | 5 | about 1–9 |
| 100 | 25 | about 16–34 |
| 400 | 100 | about 83–117 |
The more you spin, the closer each option gets to an equal share — that’s what fairness looks like in practice.
How to run a draw nobody can question
- Show the full list first. Put the wheel in fullscreen and let everyone see every name before you spin.
- Keep weights off when you’re picking people.
- Decide the rules before spinning — for example, whether winners are removed or can win again.
- Spin live and record it. A screen recording or stream replay settles any argument.
- Remove winners if repeats would feel unfair. The random name picker and giveaway wheel do this automatically.
The bottom line
A fair spinner wheel will still pick the same name twice, favour someone for a while, and leave someone waiting. That’s randomness, not rigging. Use a wheel that shows its odds, test it if you’re unsure, and run important draws in the open.
Curious why random picks feel fair — or unfair? Read the psychology of spin wheels.