Random list picker
A random list picker is useful when you have a list and need one or more items chosen fairly. It is different from a full list shuffle, where every item gets a position.
Randomize a list
What a random list picker is for
Use it for picking a winner, assigning one task, choosing a question, selecting a volunteer, drawing an entry, or deciding which option to try first. The input is a list; the output is one or more random selections.
Picker vs shuffler
A picker chooses a result. A shuffler creates a new order for every item. If you need first, second, third, and so on, shuffle the list. If you need one result, pick from the list or use a wheel.
How to prepare the list
Put each item on its own line. Decide whether duplicates represent extra chances or mistakes. Remove empty rows. If the result will be public, explain whether duplicates were allowed before picking.
When a wheel is better
A wheel is better for live events because people can watch the selection. A list randomizer is better when you need a clean written result, multiple winners, or a complete order.
Related tools and guides
Frequently asked questions
How do I pick a random item from a list?
Enter every item on its own line, check for duplicates, then use a random picker or list randomizer to choose a result.
Can a list picker choose multiple winners?
Yes, but make sure your rules say whether the same person can win more than once.
What if my list has duplicate names?
Keep duplicates only if they represent extra valid entries. Otherwise, remove them before picking.