Random

Online spinner / wheel

Load your options, spin the wheel, let chance decide. Great for what to eat, splitting tasks, presentation order or a small-team raffle. For fun use, not legally binding for prizes.

Instant🔒In your browserNo signup
Live
Hit "spin" to start

For fun use. Not legally binding for prizes.

How the wheel decides the winner

Although the animation looks like the decider, we actually compute the final angle with crypto.getRandomValues before the spin starts. The visual rotation is purely decorative: it lands exactly where we already chose. That guarantees each option has 1/N probability and that spin speed or click timing can't influence the outcome.

Good decisions for the wheel

  • What to cook / order tonight: 8 options, one wheel, debate over.
  • Who presents first in the meeting: everyone's name, spin, done.
  • Splitting team tasks: spin for each task, remove winners, keep going.
  • Drawing a winner among friends / small subscriber base: type names, one spin. More entertaining than yes/no.
  • Game choices: which map, which character, which team color.
  • Breaking creative blocks: spin between 6 ideas and start with whatever lands.

"Round mode": remove winner and continue

If you need to assign 5 tasks among 5 people, use "remove winner and spin again". First person who comes up takes task 1, gets removed from the wheel, you spin again for task 2. Guarantees each person ends up with exactly one assignment.

Difference vs a die or coin

A die is ideal when your options are numeric or fit 2-20 standard faces. A coin works for 2 options. But when you have names, dishes, ideas, labeled choices, a wheel visualizes much better: you see all possibilities, you see which one landed, and the animation creates a social moment that an isolated number can't.

How to make your draw verifiable

  1. Show the full list before spinning (screenshot, read aloud, shared doc).
  2. Run the spin live: video, stream, open Zoom room. Removes suspicion.
  3. Share the result screenshot in the channel where the draw was announced.
  4. For real prizes, consider a certified raffle platform or notary presence. A homemade wheel has no legal weight even when perfectly fair.

Why a wheel beats an "automatic" draw

Social-media raffle platforms pick a winner automatically, no animation, no transparency. The wheel has a sociological advantage: everyone sees the moment. That builds legitimacy. For small communities and non-monetary draws, it's the best option.

When NOT to use the wheel

  • Very long lists (more than 30 options): the wheel becomes unreadable. Use "random pick from list".
  • Weighted selection: you can repeat an option N times, but past a certain count the wheel stops being visually useful.
  • Real-prize raffles with legal validity: you need a certified system.

FAQ

How many options?

Up to 30 for legible slices. Larger lists: "random pick from list".

Fair?

Yes. Angle picked with crypto.getRandomValues; animation is decorative. Each option = 1/N probability.

Works offline?

Yes. Once loaded, everything runs in the browser.

For prize raffles?

For fun use, yes. For real prizes with legal validity, you need certification and a notary.

Was this generator useful?