Random Line Picker
Pick one or more random lines from a list. Fair shuffling, optional no-repeat mode. Free online random picker for giveaways, names and decisions.
Input
Result
The result appears here as you type.
What this tool is for
Paste a list of names, ideas or entries and pull a fair random pick out of it. The shuffle uses the browser cryptographic random source, not a seeded pseudo-random sequence, so a giveaway draw is defensible.
How to use it
- Paste your list, one entry per line.
- Choose how many entries to pick.
- Press pick, and press again for a new draw.
Frequently asked questions
Is the pick actually random?
It uses crypto.getRandomValues, the same source browsers use for cryptographic material, with a Fisher-Yates shuffle. It is not seeded and not reproducible, which is what you want for a draw.