Random
Random Picker
Enter a list of items and pick one or more at random. Great for raffles, giveaways, and group decisions.
Items (one per line)
5 items
Frequently asked questions
How does the random selection work?
We use the Fisher-Yates shuffle algorithm to randomly reorder your list, then pick from the top. This ensures every item has an equal chance.
Can items be picked more than once?
No, each pick is without replacement. Once an item is selected, it's removed from the pool, so the same item won't be picked twice in one session.
What's the maximum number of items?
There's no hard limit, but very large lists (10,000+) may be slow to display. The shuffling algorithm works efficiently on any reasonable list size.
Can I use commas instead of new lines?
This tool expects one item per line. If your items are comma-separated, do a quick find-and-replace (comma → newline) before pasting.
Pick random items from a list. Enter your options (one per line), choose how many to pick, and let randomness decide. Perfect for raffles, giveaways, or settling group decisions.