Decision Picker

Can't decide? Add your options below — one per line — and hit Pick to watch a slot machine choose for you at random.

Related Tools

Frequently Asked Questions

Is the result truly random?

Yes — the pick is made server-side so every option has an equal probability of being chosen regardless of its position in the list.

How many options can I enter?

You can enter up to 100 options, one per line. Blank lines are automatically ignored.

Can I save my options list?

Your options are saved in your browser automatically and will be there next time you visit. Click Clear to reset the list.

When to Use a Random Decision Maker

Making decisions is cognitively expensive. Research in behavioral psychology shows that the more decisions we make in a day, the worse our later decisions become — a phenomenon known as decision fatigue. For low-stakes choices where any option is roughly equivalent, delegating the decision to a random picker is a surprisingly rational strategy. It eliminates analysis paralysis, avoids unconscious bias toward familiar options, and preserves your mental energy for decisions that genuinely matter.

Equal-Probability Fairness

A common use case is settling a group decision fairly. Picking where to go for lunch, which movie to watch, or who does an unwanted chore becomes conflict-free when delegated to a random selector. Because every option has exactly equal probability of being chosen on each pick, no participant can claim the process was biased. The server-side random number generation ensures the result cannot be manipulated by the client.

Breaking Analysis Paralysis

Sometimes you already know what you want but need permission to choose it. A useful technique: if the random picker chooses option A and you feel disappointed, that emotional reaction tells you that you actually preferred option B. The random pick acts as a mirror for preferences you may not have consciously recognized. Use the result — or your reaction to it — to move forward instead of continuing to deliberate.

Practical Use Cases

Beyond personal decisions, random pickers are useful in education (randomly calling on students), game design (random encounters, loot tables), content creation (random topic selection from a backlog), team management (assigning tasks or meeting facilitators), and A/B testing ideation (randomly selecting which hypothesis to test first when resources are limited). Any situation where you have a list of roughly-equivalent options and need an unbiased, instant choice is a good candidate.