I would appreciate if you could share these pages with friends, bookmark them, or link to them. Thank you! 🙏

Random Name Picker

Acrafto Team Randomizers
Updated

Everything runs in your browser. No number ever leaves your device.

Paste a list, draw a name

Put one name per line and press pick. Draw several at once by raising the count — they will always be different people, never the same name twice in one draw.

Nothing is uploaded. The list lives in your browser and disappears when you close the tab.

Pasting from a spreadsheet

Lines come first. If you paste

Novák, Jan
Svoboda, Petr

you get two people, not four — each line is one entry. Commas only split when everything sits on a single line, which is what you get pasting a spreadsheet row rather than a column.

So: paste a column and it just works. Paste a row and the commas do the right thing too.

Making one entry more likely

The picker treats every line as one ticket in the hat. List a name twice and it has two tickets — double the chance of the others.

That is the whole mechanism, and it is occasionally what you want: raffle entries where people earned extra tickets, a rota where someone owes a turn, a prize draw where a purchase counts twice.

LinesChance for Anna
Anna, Bob, Cyril1 in 3 — 33%
Anna, Anna, Bob, Cyril2 in 4 — 50%
Anna ×3, Bob, Cyril3 in 5 — 60%

Be aware of the flip side: with “remove picked” on, only one of the duplicate lines is removed, so a name listed three times can still be drawn twice more. That is usually right for raffle tickets and wrong for an ordering, so turn duplicates off when you are drawing a sequence.

Remove picked, or leave them in

The switch changes what the tool is for.

Removing turns it into an ordering machine. Pick, and the name leaves the list. Pick again for second place, then third. Good for presentation order, for drawing several prizes, for dealing out chores.

Leaving them in means every draw starts fresh from the full list. Good for “who answers this question”, where the same person can plausibly come up twice.

Either way the remaining count under the list tells you where you stand.

Making a giveaway people trust

For anything with a prize, “I picked randomly” is not evidence. Anyone can rerun a draw until they like the winner, and nobody watching can tell.

If your draw needs to be defensible, use the seeded mode in the random number generator instead:

  1. Publish the fingerprint before entries close.
  2. Draw after.
  3. Publish the seed and the certificate.

Entrants can then replay the draw themselves. This picker is for the everyday cases where that ceremony would be silly.

Where a name picker gets used

  • Giveaways — one winner, or a winner and two runners-up
  • Classrooms — who answers, who presents, random groups for reading
  • Meetings — who takes notes, who demos first
  • Teams — who is on call, who gets the good desk

Frequently asked questions (FAQ)

Is my list sent anywhere? No. Everything runs in JavaScript in your browser. There is no server to receive it and no storage — closing the tab discards the list.
Can the same name be picked twice in one draw? No. A single draw of three names always returns three different entries. To allow repeats, draw one name several times instead.
What if two people have the same name? They count as two entries and each has its own chance. If one is picked and "remove picked" is on, only one of the two lines is removed.
How many names can I paste? There is no fixed limit. Thousands of lines work fine; the draw itself is instant regardless of list size.
Can I get the picking order for the whole list? Yes. Set the count to the number of names and pick once — you get every name, in random order.