Tool
This or That Picker
Can't decide between two options? Let true randomness choose.
This or That Picker
Type your own two options -- pizza or tacos, movie or game night, this job offer or that one -- and get a fair, unweighted pick between exactly those two.
Same clean binary fairness as a coin flip, but labeled with whatever you're actually deciding between.
It's built specifically for exactly two custom options, not an open-ended list.
How the This or That Picker works — and why it's fair
The draw itself is the same single-bit mechanism as the yes/no picker: one random byte from crypto.getRandomValues, checked for even/odd, mapped to option A or option B -- a true 50/50 split regardless of which option you typed first, how long each label is, or how you phrase them.
Because the labels are just display text layered on top of the same binary draw, entering your options in a different order or using different wording has no effect on the underlying odds -- the fairness lives in the random bit, not in anything about the words themselves.
This label-agnostic behavior is worth stating plainly: the tool doesn't parse or interpret your option text at all, so an emotionally 'heavier' sounding option (like a big life decision) gets exactly the same mathematical treatment as a trivial one (like what to have for lunch).
It's also worth being clear that the tool has no sense of which option 'should' win based on anything you've typed -- it doesn't parse sentiment, length, or phrasing, so two very differently worded options are still an exact 50/50 regardless of how persuasive one sounds.
Where a labeled coin flip earns its keep
Couples and roommates use it for restaurant or movie choices instead of an actual argument. Debate clubs and discussion groups use it to randomly assign which side of an argument someone defends. It's a fast way to make a genuinely fair call between two specific things without the vagueness of a plain yes/no.
Product teams sometimes use it informally to break a tie between two nearly-equal design options when the debate has stopped being productive and a fair coin is a better use of time than another round of discussion.
For more than two options, jump to the spinner wheel or the random name picker instead -- this tool is built specifically for exactly-two-option decisions.
Some people use it repeatedly through a day to make a string of small unrelated decisions -- lunch, then which errand to run first, then which show to watch -- treating it as a lightweight decision-fatigue reducer rather than a one-off tool.
Frequently asked questions
Does the order I type the options in affect the odds?
No -- it's still an exact 50/50 regardless of which option is listed first.
Can I track a running streak of which option wins more?
Not built in -- each draw is independent and the tool doesn't retain history between sessions.
What if I have more than two options?
Use the spinner wheel or random name picker, which handle any number of entries.
How is this different from yes or no?
Purely the labels -- under the hood it's the identical fair binary draw, just applied to your own two custom options instead of fixed 'yes' and 'no' text.
Does a more 'important-sounding' option get better odds?
No -- the tool doesn't read or weigh your text at all; it's a pure 50/50 bit draw regardless of what the labels say.
Can it handle more than two options if I really need to squeeze in a third?
No -- it's built specifically for two options; for three or more, use the spinner wheel or name picker instead.
Does re-typing the same two options in a new session change the odds?
No -- every draw is independently 50/50 regardless of how many times you've run it before.
Can I save a set of two options I use often, like a recurring 'what's for dinner' pair?
There's no account or saved-preset system -- you'd re-type the two options each time, or keep them saved elsewhere and paste them in.
Is there any cost or limit to how many times I can run a draw?
None -- it's free to run as many times as you want, and each run is a fresh, independent 50/50 draw.
Does the tool work the same on mobile as on desktop?
Yes -- the random draw and display work identically regardless of device, since the whole thing runs in your browser rather than depending on any device-specific feature.