Skip to content

Free · No login · Nothing uploaded

Free Random Name Picker

A free random name picker for giveaways, raffles and classroom picks. Paste a list of names, choose how many winners you need, and this random name selector draws them with your browser's cryptographic random generator. No login, no signup, no cap on entries.

Name pickerRuns in your browser
0 names

One name per line. Commas are kept, so "Smith, John" stays in one piece.

How it works

Three steps to a name you can defend

  1. 01

    Paste your list of names

    One name per line. Copy straight out of a spreadsheet column, a signup sheet or a chat export: blank lines are dropped and stray spaces trimmed, so a messy paste still works.

  2. 02

    Set the draw options

    Choose how many names to draw, and decide whether repeated names should collapse into a single entry so one person cannot quietly occupy several slots.

  3. 03

    Draw, then show your work

    The winners appear next to the full list of everyone who was eligible, so you can screen-record the moment and publish it alongside the result.

Capabilities

What this name picker does

A cryptographic draw

Every pick uses crypto.getRandomValues, the browser's cryptographically secure random generator, with the modulo bias tail rejected so each name has a provably equal chance.

No cap on names

Paste ten names or ten thousand. There is no entry limit, no trial period, and no paid tier that unlocks the rest of your list.

Duplicate collapsing

Switch on one entry per name and repeats fold into a single slot, so whoever signed up five times does not get five chances.

Several winners at once

Draw a first place, a runner up and a reserve in a single pass. This name picker always returns distinct winners, so nobody can come back and win twice in the same draw.

The whole pool stays visible

The full list of eligible names sits under the result with the winners marked, so anyone watching can confirm nothing was quietly removed after the draw.

Nothing leaves your browser

The list is never uploaded. The draw runs entirely on your own device, so the names you paste stay with you.

Background

What is a random name picker?

Plain explainer

A random name picker takes a list of names and selects one or more of them at random, so nobody has to pick a random name by hand and then defend the choice afterwards. You paste the list, say how many winners you want, and the draw happens in a fraction of a second. The same tool goes by several names: a random draw generator, a name randomizer, a winner selector. The job is identical.

The reason to use one at all is that human picking is never as neutral as it feels. Hands reaching into a hat drift toward the middle. Eyes scrolling a list settle on names they recognise. A spreadsheet sorted alphabetically quietly favours whoever sits near the top. A picker applies exactly one rule to every entry and takes the person out of the decision, which is the only version of the process that survives being questioned.

The same draw covers a lot of ground. Prize draws and raffles are the obvious case, but the tool gets just as much use deciding who presents first, cold calling in a classroom, allocating an awkward shift, choosing this month's book, or settling where a team is going for lunch. Anywhere the result needs to be unarguable rather than merely quick, a list and a random draw beats a judgement call.

Trust & fairness

Why this draw is fair, and how to prove it

A name draw is only worth as much as the randomness behind it, and most tools ask you to take that on faith. Here is exactly what happens when you press draw.

01 / draw

A cryptographic draw (CSPRNG)

Names are shuffled with crypto.getRandomValues, the browser's cryptographically secure random generator, not the predictable Math.random that most pickers use. The biased tail of the range is rejected rather than folded back in, so every name keeps an exactly equal chance.

02 / proof

Every eligible name is shown

After the draw you can expand the complete list of names that went into it, with the winners highlighted. Nothing is hidden and nothing is dropped silently, so your audience can see precisely who was in the running.

03 / record

Screen-record it for proof

Record your screen while you draw and share the clip in your announcement. With the entrant list visible and the draw happening on camera, there is nothing left to dispute.

FAQ

Frequently asked questions

Is this random name picker free?

Yes, completely. There is no signup, no login, no trial that expires, and no paid tier holding back the useful part. Paste your names and draw as many times as you like.

Is a random name selector the same thing?

Yes. Random name selector, name randomizer, random draw generator and random name picker all describe the same operation: take a list, choose from it without a human deciding. The label varies by who is searching, the tool does not.

How many names can I paste in?

There is no limit set by the tool. Everything runs in your browser, so the practical ceiling is your device rather than a plan tier. Lists of several thousand names draw instantly.

Is there a wheel to spin?

No, and that is deliberate. A spinning wheel is an animation played after the winner has already been chosen, so it looks like proof without being any. This picker shows you the draw and the full entrant pool instead, which is the part that actually settles an argument.

Can I draw more than one winner?

Yes. Set the number of winners and the tool returns that many distinct names in one pass, ranked in draw order, which is useful when you need a winner plus a couple of reserves in case the first person never replies.

What happens if the same name appears twice?

Your choice. Leave the list as it is and each line counts as one entry, which is what you want when people earn extra entries. Or turn on one entry per name and duplicates collapse to a single slot, which is what you want when they should not.

Can I use it as a giveaway name picker?

Yes, that is the most common use. If your entries are social media comments rather than a typed list, the comment pickers on this site pull the names straight from an Instagram, YouTube or TikTok post so you do not have to copy anything out by hand.

How is this different from pulling a name out of a hat?

A hat is fair in principle and unreliable in practice: folded slips are different sizes, hands favour the middle of the pile, and the whole thing has to be redone if someone doubts it. A cryptographic draw has none of those failure modes and can be repeated in front of an audience.

Do my names get uploaded anywhere?

No. The list never leaves your browser. There is no account, no database and no server call in the draw, which matters when the names belong to students, staff or customers.

Can I use it in a classroom?

Yes, and teachers are a large share of the people who do. Paste your register once, draw a name to answer a question, and turn on one entry per name so the same pupil is not picked repeatedly across a lesson.

Is the draw actually random, or just shuffled?

It is a genuine cryptographic shuffle. The tool uses the Web Crypto API's random source, the same class of generator used for security keys, and applies rejection sampling so that no name gains a fractional advantage from the way the range divides.

Keep exploring

More comment pickers

No link needed

More free random tools