Skip to main content
Toolgin57 tools

Decision Maker

Loading…

About Decision Maker

The Decision Maker randomly picks one option from your list. Enter your options, click Pick, and let the tool make the decision for you. Great for choosing lunch, picking a team member for a task, selecting a winner in a giveaway, assigning responsibility, and breaking ties.

Each option has an equal probability of being selected. The result changes every time you click Pick.

Everything runs in your browser with Math.random(). Nothing is stored or transmitted.

How to Use Decision Maker

  1. Enter your options, one per line.

  2. Click Pick to randomly select one option.

  3. Click again to get a different random selection.

Examples

Example — Pick lunch
Input
Pizza
Sushi
Burgers
Salad
Tacos
Output
🎲 Tacos

Frequently Asked Questions

Is each option equally likely to be chosen?

Yes — each option has exactly an equal 1/n probability of being selected, where n is the number of options.

Can I add duplicate options to increase their weight?

Yes — adding an option multiple times gives it a higher probability of being selected proportional to how many times it appears.

Can I use this for a giveaway winner picker?

Yes — paste your list of entrants, click Pick, and the tool randomly selects one. Screen-record the process for transparency.

Can it pick multiple options at once?

To pick multiple options, click Pick multiple times, or use the Shuffle tool and take the top N items from the shuffled list.