Random Picker.

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.

How to use

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.

A random picker is useful when the main goal is a fair decision, not a debated one

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.

Where it works well

Group decisions

Picking a person, task, presenter, or order randomly is often faster than trying to negotiate fairness manually.

Repeated selections

A visible pick history is useful when you need several rounds and want people to see what has already happened.

Low-stakes deadlocks

If multiple options are equally fine, random choice can be the cleanest way to move on.

What makes it useful

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.

Common mistakes this avoids

Arguing over tiny decisions

Groups often waste more time choosing than the decision itself is worth.

Forgetting that duplicates change the odds

If one option appears twice, it is not the same as the others anymore.

Treating a simple picker like a regulated draw

For formal promotions or anything with compliance requirements, the random result may not be the only thing that matters.

Practical examples

Choosing who goes first

This is one of the clearest use cases: the process is visible, neutral, and quick.

Picking from a class or workshop list

A random result can feel fairer than instructor choice when several names are equally eligible.

Breaking a low-stakes stalemate

If the group is deciding between acceptable options, random selection can be more efficient than extended discussion.

What this tool does not do

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.

Why it remains useful

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.

Examples

4 restaurants Pizza · Sushi · Tacos · Burgers → picks one at random
Team names for raffle Alice · Bob · Carol · Dave → picks winner
Weekend activities Hiking · Cinema · Museum · Park → decides for you

FAQ

Is the selection truly random?

Yes. The picker uses Math.random() which is uniformly distributed — every item on the list has exactly the same probability of being selected.

Can the same option be picked twice?

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.

How many options can I add?

There is no hard limit. The tool works with any number of options, from 2 to hundreds.

Related tools

Privacy and data handling

This tool runs entirely in your browser. Nothing you type or paste is sent to any server — all processing happens locally on your device.