Pick random winners from any list — fairly and instantly
Whether you are running a giveaway, choosing who presents first, drawing raffle winners, or splitting a class into groups, doing it by hand invites bias and arguments. This random picker takes any list you paste and selects winners with a genuinely fair draw, so nobody can claim the outcome was rigged. Just drop in your entries, decide how many to pick, and let the tool do the rest — complete with a quick shuffle animation that builds a little suspense before the result lands.
Fairness here is not just a claim. Selection uses the browser's cryptographically secure random number generator combined with rejection sampling, which removes the subtle bias that naive random methods introduce. Every remaining entry has an equal chance of being chosen, and within a single draw the same entry is never picked twice, so multi-winner draws produce a clean set of distinct names every time.
The tool adapts to how you actually run events. Choose to pick a single winner or many at once, and enable the remove-after-pick option so winners drop out of the pool automatically for consecutive rounds — perfect for multi-prize giveaways or turn orders. Blank lines and stray spaces are tidied up by default so pasting straight from a spreadsheet just works, and the winners can be copied to your clipboard in a click. Everything happens locally, keeping your list private.