โ† Back to Blog

Is the wheel actually random?

RRandomWheelGame Teamยทยท3 min read

Is the wheel actually random?

It is a fair question, and it deserves a straight answer. When you type five names into the wheel and press spin, you are trusting a piece of software to pick one of them. Here is exactly what happens, and where the limits are.

This is not a pitch. It is an honest description of how the tool works, so you can decide for yourself what it is good for.

Where a name actually comes from

Every item you add becomes one slice on the wheel, and by default those slices are the same size. When the slices are equal, every item has the same chance of coming up โ€” no slice is secretly bigger or luckier than the others.

When you press spin, the tool asks your browser for a random value and uses it to choose the winning item. That choice happens first.

The animation does not decide the winner

This is the part most people have backwards. The winning item is already chosen before the wheel starts moving. The spin is a presentation of a result that already exists, not the mechanism that creates it.

So the wheel slowing down near the end is theatre, not decision-making. It looks like the wheel is deciding, but the name was fixed the moment you pressed the button.

What kind of randomness this is

The tool uses the random function built into your browser. That is a pseudo-random number generator โ€” the ordinary kind used all over software โ€” not a cryptographic-grade random source.

For what this site is built for, that is plenty:

  • Classroom picks โ€” deciding who presents first, or splitting a class into groups.
  • Office draws โ€” picking who gets the last meeting slot, or running a small gift draw.
  • Parties and streams โ€” choosing a game, a topic, or a name from a viewer list.
  • Casual giveaways โ€” everyday draws where the point is a fast, visible decision.

If you need a draw that a third party could independently verify, or you are putting something high-value on the line, this tool alone is not the right instrument. Use it as one step in the process, not the whole process.

How to make a casual draw hold up

The randomness is only half of it. The other half is the process around the spin, and that part is in your hands:

  • Announce the rules before you spin. Say the list out loud, and say what the winner gets.
  • Let someone else press the button. A different person on the spin removes any doubt about who is in control.
  • Keep the result. Leave the winner in the spin history, or take a screenshot. A record from the moment beats a memory afterwards.
  • Do not slow the wheel by hand to steer the landing. Manually controlling where it stops defeats the whole point โ€” if that happens, the result means nothing.

When the stakes are higher

For a high-value prize, or any draw that has to be defensible to people who were not in the room, treat the wheel as one input rather than the final word. Run a visible manual step alongside it: read the rules in public, have a second person handle the button, and archive the outcome. That combination is what makes a result hard to argue with โ€” not any single tool on its own.

None of this makes the wheel less fun. It just means you know what you are holding.

Ready to try it yourself? open the wheel, add your list, and run a draw you can explain in one sentence.

AboutFairness