QR Code Generator
QR Code Generator online: fast, lightweight and always one click away.
Paste a list of names and let the picker choose a winner at random, with a quick shuffle animation before it lands. Fair and unbiased, in your browser.
Your browser is preparing the tool. It runs 100% locally.
Paste your names, one per line, and the picker shuffles through them before landing on one winner — each name equally likely to be chosen. It is great for giveaways, classroom turns, or deciding who goes first. The shuffle is just for show; the final choice is a fresh random pick, not influenced by the animation. It uses the browser's standard random generator, fine for casual draws but not for anything where money or security matters. It runs entirely in your browser.
Enter a list of names, one per line, and press the button. The display flickers through the names for a moment, then settles on a single winner chosen at random, with every name on the list equally likely.
It is the quick, visible way to pick someone fairly — for a giveaway, a prize draw among entrants, choosing whose turn it is, or splitting a task. The little shuffle makes the pick feel fair and adds a bit of suspense.
The tool reads your list, dropping blank lines, then runs a short animation that shows a series of random names before stopping. The name it stops on is a final, independent random pick — the flicker is cosmetic and does not load the result toward any name.
Every name has the same chance of being chosen, however long or short the list. The winner is not removed afterwards, so if you pick again the same name can come up — handy for repeated draws, but something to manage if you want unique winners.
winner = names[ floor(random × count) ]5 names → each has a 1-in-5 chanceEvery name is equally likely; the shuffle animation is cosmetic, and the winner is not removed from the list.
| Input | names, one per line |
|---|---|
| Output | one random winner |
| Distribution | uniform (each name equally likely) |
| Winner removed | no — repeats possible on re-pick |
| Randomness | Math.random (pseudo-random) |
| Where it runs | In your browser — nothing uploaded |
Every name is equally likely, no matter where it sits on the list or how many names there are. The shuffle animation does not change the odds — it is there for suspense, and the final pick is a single random choice.
The winner is not taken off the list. Pick again and the same name can win, which is fine for independent draws but means you must remove winners yourself if you want them excluded.
Blank lines are ignored, so stray empty lines do not get picked. Each name is whatever text is on its line, trimmed of surrounding spaces.
It uses the browser's pseudo-random generator. That is fine for giveaways, classroom turns and casual fairness, but it is not cryptographically secure, so it should not decide a draw where money or provable fairness is at stake.
Duplicate names count separately. If a name appears twice on the list, it has twice the chance of being picked — list each entrant once for an even draw, or repeat a name deliberately to weight it.
Pick a winner from a list of entrants.
Choose which student answers or goes next.
Pick someone at random for a turn or a job.
Let the picker choose so nobody can claim bias.
Picking a number rather than a name? Use the random number picker. Need a draw without replacement? Remove each winner from the list before picking again. Need provable fairness for a big prize? Use a method built for verifiable draws.
Picks one winner uniformly from the pasted names using the browser's Math.random, with a cosmetic shuffle animation; it is explicit that the animation does not affect the odds, that the winner is not removed (so re-picks can repeat), and that duplicates weight a name.
QR Code Generator online: fast, lightweight and always one click away.
Use Stopwatch and Timer anytime, free and private, with no app to install.
Use Online Notepad anytime, free and private, with no app to install.
Unit Converter — a handy, instant browser utility you will bookmark.
Barcode Generator online: fast, lightweight and always one click away.
Use Pomodoro Timer anytime, free and private, with no app to install.
It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.