About the Decision Maker

How it works

Enter your options — one per row — and optionally assign a weight to each. Click Spin and the wheel randomly selects an outcome, weighted by the values you have set. Higher-weighted options have a proportionally greater chance of being chosen.

When to use it

Great for breaking decision deadlock, choosing between equally valid options, running team raffles, or adding a fair random element to group decisions.

Structured decision-making frameworks

For important decisions, random selection is rarely the best approach. Structured frameworks like a decision matrix (score each option against weighted criteria), the 10/10/10 method (how will I feel about this decision in 10 minutes, 10 months, 10 years?), or pre-mortem analysis (imagine the decision failed and work backwards) produce more reliable outcomes than gut feel alone.

Frequently Asked Questions

What does the Weight column do?
Weight controls how likely each option is to be chosen. An option with weight 3 is three times more likely to be picked than one with weight 1. Leave all weights at 1 for a fair, uniform draw.
Is the selection truly random?
Yes. The picker uses crypto.getRandomValues() — the browser's cryptographically secure random number generator — for an unbiased result.
How many options can I add?
There is no hard limit, but the tool works best with 2–20 options. Adding hundreds of options is technically possible but may affect usability.
Is the decision maker truly random?
Yes. The decision maker uses your browser's cryptographically secure random number generator (the same API used for password generation) rather than a predictable mathematical formula. Each result is genuinely random and unpredictable.
Can I save my options for next time?
Your options remain visible for the duration of your session. Because MyToolkit doesn't store any data, options are cleared when you close the tab. Copy your list to a notes app if you want to save it for future use.
Related tools
Ad