🤔 Decision Maker
Hard decisions made easy. Pick random choices, yes/no, or decide between options.
What is this tool?
The Decision Maker is a free online tool for those moments when you simply cannot decide. Whether it is choosing where to eat, picking a movie to watch, deciding yes or no on a question, or selecting from multiple options, this tool breaks the tie instantly and impartially. It removes the burden of indecision and adds an element of fun to everyday choices. The tool offers several modes: Yes/No mode provides a definitive yes or no answer to any question; List mode randomly selects one item from a list of options you provide; Multi-choice mode ranks your options in random order when you need to pick multiple items from a list. Each mode is animated with a dramatic reveal effect, making the decision feel momentous. All processing happens locally, so your options stay private.How it works
The Decision Maker uses server-side-style randomization implemented client-side with JavaScript's Math.random() function. For Yes/No mode, it generates a random number between 0 and 1; if less than 0.5 the answer is Yes, otherwise No. For List mode, it picks a random index within the array of options using Math.floor(Math.random() * options.length). Multi-choice mode repeatedly picks options without replacement (using the Fisher-Yates shuffle and sequential selection), ensuring no option appears twice in the ranking. The animation adds drama through a brief shuffling effect before revealing the final decision, but the underlying algorithm is fair and random. The tool does not learn, infer, or track your decisions everything is ephemeral and local.How to use
- Choose a mode: Yes/No, Pick One, or Rank Options.
- For Yes/No: type your question and tap the Decide button.
- For Pick One: enter your options (one per line) and click Decide.
- For Rank: enter options and click Decide to see a random ranking.
- Watch the animation cycle through possibilities, then see your answer revealed.
Frequently Asked Questions
Frequently Asked Questions
Is the decision truly random?
Yes. The tool uses JavaScript's Math.random() which produces statistically random results. There is no pattern or bias.
Can I use this for important life decisions?
You can, but we recommend using the tool as a tiebreaker or for low-stakes decisions. Important choices deserve careful consideration.
How many options can I enter for Pick One mode?
You can enter as many as you like. For readability, we recommend 2 to 50 options.
Does the tool save my questions?
No. Everything is in your browser. Refresh the page and your options are gone.
Tips & Advice
Use the Decision Maker for small daily choices where time is more valuable than deliberation: what to eat for lunch, which shirt to wear, which route to take. For team decisions, let each person pick one option to enter, then let the tool choose from the collected list. The animation makes it fun for group settings revel in the suspense. Remember that the tool is a coin flip with style, not a recommendation engine. If neither outcome feels right, that is your intuition telling you something.