Two-Option Picker
"Do it / Skip it" is already in the box. Edit the wording and press Spin to pick one at random. Unlike a coin, the options carry your own words, so the result is directly the action to take. Your input never leaves the browser.
How to use the two-option picker
The box already holds "Do it / Skip it". Replace them with your own wording and press Spin.
- Write your two options: one per line. The wheel splits into two equal halves.
- Press Spin: it slows down and the pointer marks the winning side.
- Follow the result: decide before you spin that you will go with whatever comes up.
How this differs from flipping a coin
The odds are the same, but three practical things differ.
- The options carry words: heads and tails get muddled after the fact. "Go" and "Stay home" cannot be misremembered, so the result is the action.
- The result persists: it stays on screen and can be copied into a chat, which matters when two people are deciding together.
- No physical bias: real coins are known to land slightly unevenly depending on how they are tossed. Here the halves are exact.
Why deciding beats deliberating
People agonise over a two-way choice mostly when the two are close. A large difference decides itself. So the very fact that you are stuck is evidence that the gap is small, and more time spent on it buys very little.
There is a second effect worth knowing. Sometimes the moment the result appears you feel "no, not that one". That reaction is information: your preference was there all along. Take the other option and move on. The draw is a decision tool and a preference detector at the same time.
Good moments for it
- A purchase you have been putting off for days
- An invitation you could take or leave
- Which of two people handles a task
- Who goes first, or which side of the table you take
Is it fair?
The winner is drawn with Math.random() before the wheel moves, and the rotation is calculated so that half comes to rest under the pointer. With two options each half is exactly 180 degrees. The animation is presentation only.
Need three? Use the three-option picker. Need a full running order? Use the order picker.
Narrowing a longer list to two
When there are too many candidates, cutting down to two before deciding is usually faster than comparing everything. The number of pairwise comparisons grows quickly: three options give three pairs, five options give ten.
The cut can be crude. Keep the one that attracts you most and the one that is safest, and set the rest aside. Spinning those two tells you whether you are in an adventurous or a cautious mood, which is often the real question.
Using it with another person
It also settles who takes a task or who goes first. The important part is to say out loud, before spinning, that you will both accept the outcome. Without that agreement the result is followed by "best of three" and the whole thing takes longer than just talking it out.
Because the result stays on screen and can be copied, it also works for people deciding remotely, with no argument later about what came up.