PlaySpinWheel

Random number wheel. Spin a number out of the air

The wheel comes loaded with the numbers 1 through 10. Press SPIN and it lands on one, every number with an exactly equal chance. Add or remove numbers to build any range up to 48, and share the result with a link that replays the same spin.

12345678910#

Anything can win. That's the deal.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10

How do you spin for a number in any range?

The preset is 1–10 because that's the range people ask for most, but the wheel doesn't care what's on it. Type 11, 12, 13 to extend it; remove slices to shrink it to 1–5; or load 1–11 and pick a shirt number the way a kit man would. The only ceiling is 48 numbers on one wheel.

Need a bigger range? Spin twice: run one spin with 0–9 for the tens digit and a second with 0–9 for the ones, and you've got a fair pick from 0–99 with two presses. It's the same trick tabletop players use with two ten-sided dice.

Why use a wheel instead of just thinking of a number?

Because people are terrible at being random. Ask a room to think of a number from 1 to 10 and seven comes up far more than its share, while one and ten barely appear: our brains avoid the edges and chase "random-feeling" middles. The wheel has no favorite numbers and no edges to avoid.

It's also public in a way a thought never is. "I was totally thinking of three" convinces nobody; a wheel slowing down in front of the whole room, or a replay link in the group chat ends the argument before it starts.

What do people use the number wheel for?

Teachers spin for which exercise the class reviews. Game nights use it for tie-breaks and turn order: assign each player a number, spin, highest goes first. Pub quizzes spin for which round gets double points. And if you've numbered raffle tickets or list entries, one spin picks the winning number with everyone watching.

Fair questions

What's the biggest range the wheel can hold?
48 numbers on a single wheel. For anything larger, spin in two stages, one wheel for the tens digit, one for the ones, which gives you a fair 0–99 in two spins.
Is every number equally likely?
Yes. Every number on the wheel gets an identical slice and each spin uses a fresh random seed. The wheel can't be weighted, which is exactly the point.
Can it do decimals or negative numbers?
The wheel spins whatever you type, so −5, 2.5, or ⅞ are all fine. Each entry is just a label with an equal chance.
Does the wheel avoid repeating numbers?
Not by default, each spin is independent, so repeats can happen, like rolling the same number twice on a die. To never repeat, switch on "Remove the winner after each spin" in Wheel settings.