6 min read
2026-03-05
The random picker is a universal tool for selecting one or more items from any list of options.
Enter a list of options — one per line
Specify how many options to select
Click the "Pick" button
Get a random result
| Mode | Description |
|---|---|
| Single item | Selects one random element |
| Multiple | Selects N elements without repeats |
| With repeats | Allows repeated selection of elements |
Options can be entered in several ways:
One per line
Separated by commas
By pasting a list from another application
The tool uses the Fisher-Yates shuffle algorithm for uniform randomization, giving each option an equal probability of being selected.
Frequently used lists can be saved for quick access. This is convenient for recurring tasks like choosing someone on duty.
See also: Wheel Spinner, Coin Flip, Decision Maker