Random & Fun

Random Picker

Paste a list of items and let the randomizer pick one (or several) for you. Great for giveaways, team selection, and any decision where fairness matters.

5 items in list

Current pick

Press 'Pick' to select

How it works

Enter your items one per line in the text area. Click "Pick One" to randomly select a single item, or set a number and click "Pick N" to select multiple unique items at once. The picker animates through the list before landing on a result, and keeps a history of your last 10 picks.

Frequently asked questions

Is the picker truly random?

Yes. The picker uses JavaScript's Math.random(), which produces a pseudo-random number sufficient for fair selection in most use cases.

Can I pick multiple items at once?

Yes. Use the 'Pick N' mode and enter how many items you want. The picker selects unique items from your list without repeating.

Can the picker pick the same item twice?

When picking multiple items, each item can only be picked once per session. Use 'Pick One' repeatedly if you want items to be eligible for re-selection.

How many items can I add?

There is no hard limit. Performance stays smooth up to thousands of items. For very large lists, entering items one per line is recommended.

Related tools