Enter a list of options and pick one at random. Perfect for deciding between choices, selecting a winner, or choosing what to eat.
Type one option per line, then click Pick to select a random entry from your list. Each pick is highlighted and a history of previous picks is kept below. Useful for team raffles, deciding on a restaurant, picking a game, or any situation where you need a fair random choice.
Type your options in the text box, one per line. Then click Pick. The winner is shown in large text and added to the history at the bottom. Click Pick again to pick from the same list.
That applies to group choices, classroom picks, quick raffles, turn order, and any small decision where the process matters as much as the outcome. Once the options are all acceptable, the problem is often not “which is best?” but “how do we choose without bias?”
This tool lets you turn a list into an immediate random result and keep the selection process visible.
Picking a person, task, presenter, or order randomly is often faster than trying to negotiate fairness manually.
A visible pick history is useful when you need several rounds and want people to see what has already happened.
If multiple options are equally fine, random choice can be the cleanest way to move on.
The tool is simple, but the simplicity is the point. Everyone can see the input list, the result, and the history. That makes the choice feel neutral rather than arbitrary.
For many everyday decisions, that is enough. You do not need a larger polling or contest system when the real need is just a transparent random pick.
Groups often waste more time choosing than the decision itself is worth.
If one option appears twice, it is not the same as the others anymore.
For formal promotions or anything with compliance requirements, the random result may not be the only thing that matters.
This is one of the clearest use cases: the process is visible, neutral, and quick.
A random result can feel fairer than instructor choice when several names are equally eligible.
If the group is deciding between acceptable options, random selection can be more efficient than extended discussion.
This tool picks from the list you give it. It does not validate entries, enforce contest rules, or prove compliance for formal giveaways. It is a practical chooser, not an audited selection platform.
A lot of everyday decisions do not need analysis. They need a neutral mechanism that helps people move on. That is why a random picker stays useful even though the underlying job is simple.
Yes. The picker uses Math.random() which is uniformly distributed — every item on the list has exactly the same probability of being selected.
Yes. The list is not modified after picking, so the same item can appear again in subsequent picks. This is equivalent to picking with replacement.
There is no hard limit. The tool works with any number of options, from 2 to hundreds.
This tool runs entirely in your browser. Nothing you type or paste is sent to any server — all processing happens locally on your device.