Random Picker
Randomly pick winners from a list or shuffle it into random order
Random picker & shuffler
Paste a list and randomly pick winners, or shuffle the whole list into a random order — great for giveaways, raffles, team assignments, and drawing names. Uses your browser's secure random source and runs entirely locally.
FAQ
Is the draw fair?
Yes. It uses a Fisher–Yates shuffle backed by crypto.getRandomValues, so every ordering and selection is equally likely.
Pick vs shuffle?
"Pick" selects a number of items (optionally without repeats); "Shuffle all" reorders the entire list randomly.
Are blank lines counted?
No. Empty lines are ignored, and leading/trailing spaces are trimmed.