Random & Fun · Free tool
Yes or No Decision Maker
Can't decide? Get a random yes or no, or pick from a custom list of options. Free and private.
Advertisement
What it does
A free decision maker. Type options one per line (up to 100); click Decide to pick one at random. Optionally weight options (e.g., ‘pizza:2’ gives pizza twice the chance of an unweighted option). Uses cryptographically strong randomness via the browser’s crypto.getRandomValues API. Useful when you’re genuinely stuck between equivalent options.
When two or three choices feel equal, randomness can break the tie productively. Two psychological mechanisms make this work: (1) The reaction test — once the random selection happens, you’ll feel either relief (the random result matches what you actually wanted) or disappointment (you wanted the other option). Either way, you now know your preference. (2) Decision-fatigue avoidance — for low-stakes choices (where to eat, which task to start), randomization saves cognitive bandwidth for higher-stakes decisions. President Obama wore identical suits to reduce decision fatigue; randomizing trivial choices is the same idea.
When NOT to use randomness: high-stakes irreversible decisions (career, medical, financial), choices with knowledge / skill gradients (one option is genuinely better if you analyze), or decisions where your gut already has clear preference but you’re avoiding an emotionally difficult option. For binary choices specifically, use the coin flip instead — same purpose, simpler interface, and the act of flipping engages your gut response more vividly.
Embed this tool on your siteShow snippetHide
Paste this snippet into any page. Loads on-demand (lazy), no tracking scripts, and sized to most dashboards. Replace the height to fit your layout.
<iframe src="https://freetoolarena.com/embed/decision-maker" width="100%" height="720" frameborder="0" loading="lazy" title="Yes or No Decision Maker" style="border:1px solid #e2e8f0;border-radius:12px;max-width:720px;"></iframe>How to use it
- Type one option per line.
- Click Decide.
- Accept the result, or notice your reaction — that tells you what you wanted.
- Reset and try again with different options.
When to use this tool
- Stuck between 3-5 equivalent options (lunch spots, weekend activities, project order).
- Breaking analysis paralysis on a low-stakes recurring decision.
- Group decisions where everyone has slightly different preferences — randomization avoids the ‘veto’ problem.
- Game-style randomness for trivia challenges, prize drawings, or fun interactions.
When not to use it
- Career / medical / financial decisions — analyze instead.
- Decisions with clear better-vs-worse options once you research.
- When you’re unconsciously hoping the ‘random’ will pick what you secretly want — admit your preference and pick directly.
Common use cases
- Family deciding on dinner — type 5 restaurants, let the tool pick.
- Solo developer choosing which feature to build next — list 4 candidates, randomize.
- Group of friends arguing over weekend activity — list 6 options, accept randomness.
- Teacher randomly assigning student presentation order from a class roster.
Frequently asked questions
- Is it really random?
- Yes — every option has an equal probability, selected using the browser's crypto.getRandomValues API.
- Can I weight the options?
- Yes — enter a weight next to each option (1, 2, 3). The selector picks in proportion to the weights rather than equally.
- How many options can I enter?
- Up to 100 for sane UI behavior. Beyond that, paste a list and use the 'random item' tool instead.
- Is my list sent anywhere?
- No — everything runs in your browser and disappears when you close the tab.
- How is this different from a coin flip?
- Coin flip is binary (2 options); decision maker handles 3-100 options. For binary decisions where you suspect you have a preference, the coin flip's value is the reaction test — flip, then notice your gut response to the result. Decision maker is more useful when: choosing from multiple equally-good options, breaking analysis paralysis (like dinner spots), or deferring trivial decisions to randomness so you save mental energy for important ones (Obama wore identical suits to reduce decision fatigue).
- Should I really let randomness make my decisions?
- For genuinely equivalent options, yes — researchers call this 'tossing the coin.' Use it when: (1) you've analyzed both choices and they seem equal, (2) decision paralysis is more costly than picking imperfectly, (3) you suspect personal bias and want to neutralize it, (4) the choice is reversible. Don't use for: high-stakes irreversible decisions (medical, legal, life-changing career), decisions with skill / knowledge gradients, or decisions where one option has clear advantages but you're avoiding it for emotional reasons. The cure for analysis paralysis is action — sometimes random is better than nothing.
Advertisement
Learn more
Guides about this topic
Explore more random & fun tools
- Joke GeneratorGet 25 programming and dad jokes instantly with no API calls—just click for a free laugh online in your browser, no sign-up or download needed.
- Coin FlipperFree animated coin flipper with run history. Cryptographically-secure randomness, not Math.random. Free, browser-only.
- Random Word GeneratorGenerate random English words filtered by length or part of speech. Great for creative prompts and naming projects, this free tool works online with no signup.
- Random Letter GeneratorGenerate random letters in uppercase, lowercase, or mixed case. Optionally avoid ambiguous pairs like O/0 — free to use online with no signup.
- Random Emoji GeneratorGenerate random emojis from categories like faces, animals, and food. Copy a single one or a whole string instantly for free with no download needed.
- Username GeneratorGenerate clean, memorable usernames online with word pairs, random letters, or adjective-noun combos. Pick a style and length instantly, no sign-up required.