b2KIT

Random Decision Maker / Wheel Spinner

Spin a customizable wheel or flip a coin to make random decisions quickly.

How to Use Random Decision Maker / Wheel Spinner

  1. 1

    Add your options

    Enter two or more choices you are deciding between.

  2. 2

    Spin the wheel

    Click the button to randomly select one of your options.

  3. 3

    Accept the result

    See which option was chosen and go with the decision.

Tested tool guide Tested browser tools Checked August 16, 2026

What Random Decision Maker / Wheel Spinner does, with a checked example

You type the options you are weighing, and the tool renders each one as a segment of a spinning wheel; when the wheel stops, the segment under the pointer is your answer. A coin flip mode does the same for exactly two options. The thing users most often get wrong is treating the outcome as advice: the wheel weighs all entries equally and has no memory, so a result you dislike is not a sign that a better option is hiding nearby - it is simply what a fair draw produced. The randomness is the point, and it works only if you commit to the first spin.

Worked example

A concrete input and expected output from the current implementation.

Input

Pizza, Sushi, Tacos, Burgers

Expected output

One of the four entered options, selected uniformly at random - a given run returns exactly one of 'Pizza', 'Sushi', 'Tacos', or 'Burgers'. Each entry has a 1-in-4 (25%) chance of being the result on any single spin, and the result of one spin does not change the odds of the next.

Four entries become four equal segments, so each option's probability is 1/4. The tool's output cannot be predicted in advance - that is the point - but the outcome space and the odds are fully determined by the input.

How the result is produced

1

Equal wedges, uniform odds

Every entry you type becomes one segment of the wheel, and the segments are sized identically unless the tool offers explicit weighting controls. With N entries, each entry has a 1/N chance of being selected on any single spin, so a three-option wheel gives each option 1/3. Listing an option twice makes it count as two segments, doubling its share to 2/4 (1/2) on a four-segment wheel.

2

Every spin is independent

The wheel does not remember what it produced last time. Landing on the same entry several spins in a row is no reason to expect a different result next time; the odds are identical on every spin. Re-spinning until you like the outcome is always available, but it converts a random draw into a biased one: you, not the wheel, made the decision.

Good uses

  • Group decisions with no obvious right answer: enter the restaurant candidates or movie options on the table and let the wheel break the tie.
  • Fair rotation: list team members' names for chores, speaking slots, or test assignments so each person has an equal chance.
  • Unblocking low-stakes procrastination: which task to start, which meeting time to book, what to cook - set a one-spin rule and move on.

Limits and checks

  • Duplicate entries are not noise: 'pizza, pizza, sushi' makes pizza a 2/3 favorite, not a tie. If you add the same option twice, it gets twice the chance.
  • The wheel is fair, but you are not: spinning until you like the result means the wheel no longer decided anything. A fair draw repeated until it suits you is a selection by you.
  • Equal odds assume the options are interchangeable. A coin flip between two options with very different consequences is still 50/50; randomness does not know which outcome is riskier.

Common questions

Can I make one option more likely to win?

If the tool has a weight or probability control, that is the intended way. Without one, the only lever is entry count: each listing becomes one segment, so an option entered twice on a three-entry wheel wins 2/3 of spins. Weighted or not, the wheel will not tell you which option is a better idea - it only tells you which segment the pointer lands on.

It keeps landing on the same option. Is the wheel broken?

No. Random draws are independent, and streaks are normal: with four equal options, any option has a 1/4 chance on every spin, even after it won twice. Expecting the next result to differ because earlier ones did is the gambler's fallacy. If you need a guarantee that each person wins once, you need a mode that removes winners between draws - confirm this tool has one before relying on it.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools