ToolForge
Advertisement

Random Picker Wheel

Spin a wheel to pick a random name or item

Written by toolforge.websiteLast reviewed How we build and check these tools

Random Picker Wheel tool

Random Picker Wheel: key facts

What it does
Spin a wheel to pick a random name or item
Category
Generators
Cost
Free, with no account, sign-up, or install.
Your data
Runs entirely in your browser — the files and text you enter are never uploaded to a server.
Last reviewed
. Report an incorrect result.
Advertisement

What this tool is for

When you need to pick someone or something at random and want it to feel fair and fun, a spinning wheel beats a coin flip. Paste your list, hit spin, and watch the wheel decelerate to a winner — complete with a confetti burst when it stops.

Each line you enter becomes a slice, automatically assigned a distinct color so the wheel stays readable even with a dozen entries. The spin uses real animation physics: an initial velocity that decays through friction frame by frame via requestAnimationFrame, so it slows down naturally rather than snapping to a result. The winner is read from the slice under the pointer when the wheel stops, so what you see is what you get.

Teachers calling on students, streamers running giveaways, and groups deciding where to eat all use it the same way. An optional setting removes each winner after the spin, which is exactly what you want for drawing multiple raffle winners without repeats.

How to use the Random Picker Wheel

  1. Type or paste your entries into the text box, one per line.
  2. Optionally tick "Remove the winner after each spin" for draws without repeats.
  3. Press the big SPIN button.
  4. Watch the wheel slow to a stop and read the highlighted winner, celebrated with confetti.
  5. Spin again for the next pick; if removal is on, the winner is already taken off the list.

A spin with simulated friction

Entries are laid out as equal segments around a wheel, which is spun with a randomised initial velocity and then slowed by a friction factor applied each frame until it stops. The segment under the pointer when motion ends is the result.

The physical simulation is presentation rather than mechanism — the outcome is determined by the random starting velocity, and the deceleration simply makes arriving at it feel like a draw rather than a calculation. That matters for how a result is received: watching a wheel slow down is far more convincing to a group than a name appearing instantly.

Because segments are equal, every entry has the same probability. Adding an entry changes everyone's odds equally.

  • Ten entries give each a one-in-ten chance per spin.
  • Segments are equal in size, so no entry is favoured.
  • Each spin is independent — a previous winner is no less likely next time.

What the Random Picker Wheel gets right

  • Everything runs in your browser — your list of names or prizes is never uploaded anywhere.
  • The spin uses genuine friction-based animation, so the result is unpredictable and the deceleration looks natural rather than scripted.
  • The announced winner is derived from the wheel's final angle under the fixed pointer, so the visual outcome and the named winner always match.
  • Built-in winner removal makes multi-draw giveaways effortless, and the confetti adds a celebratory moment with no extra setup.

Fairness, and what it is suitable for

Randomness here comes from the browser's ordinary pseudorandom generator, which is uniform and perfectly adequate for choosing who presents first, which restaurant to try, or which name gets the spare ticket. It is not cryptographically unpredictable, so it is unsuitable for anything where a participant has a real incentive to game the outcome — a regulated prize draw needs a verifiable process, usually a published seed or a third-party audit.

The other reason to be careful with high-stakes draws is that nobody watching can verify anything. A wheel is a visual performance, and its persuasiveness is exactly why it should not be the mechanism for something contested. For genuine transparency, draw from a publicly agreed source of randomness that participants can check afterwards.

One behavioural note. Independent spins mean a name can come up twice in a row, and people reliably read that as the wheel being broken — the gambler's fallacy in miniature. If you need each entry drawn once, remove it after it wins rather than expecting the randomness to avoid repeats.

Frequently Asked Questions

Is the wheel actually random?

Yes. Each spin starts with a randomized velocity, so where it lands is not predetermined. The winning slice is calculated from the wheel's final resting angle relative to the pointer, meaning the displayed winner is exactly the slice that stopped at the top.

How many entries can I add?

Add as many lines as you like — each becomes a slice with its own color. Very long lists make individual slices thin and labels are trimmed to fit, but the wheel still spins and picks correctly.

How do I draw several winners without repeats?

Turn on "Remove the winner after each spin." After each result, that entry is deleted from the list automatically, so the next spin chooses only from the remaining names — perfect for awarding first, second, and third place.

Related Tools

Advertisement
Buy Me a Coffee