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.
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.