Случайный выбор имени
Выберите одного или несколько победителей случайным образом из списка имён — для конкурсов, розыгрышей, выбора в классе и решения, кто ходит первым. Вставьте или загрузите список и начните выбор.
Ввод
Параметры
Вывод
Руководства
Draw one or more winners completely at random from any list of names. Paste the list (or upload a text file), choose how many winners, and pick — perfect for giveaways, raffles, classroom cold-calls and settling who goes first.
How to use it
- Enter your names — one per line, or separated by commas, spaces, pipes or semicolons (set the Name separator to match).
- Choose how many winners to pick (1–40). Winners are drawn without replacement, so nobody can win twice in one draw.
- Hit Pick winners. Copy or download the result for your records.
What is this for?
- Giveaways and raffles — a neutral, unbiased draw you can run in front of everyone.
- Classrooms — pick who answers next; fairer than calling on the same hands.
- Teams and workplaces — who runs standup, who reviews the PR, who gets the last slice.
- Games — turn order, secret-santa style assignments, "who's it".
Is the draw actually fair?
Yes — every name in the list has an exactly equal chance on every draw, and picking multiple winners uses a without-replacement shuffle, so the same name can't be drawn twice in one run. Duplicate entries do increase a name's odds, so paste carefully (or de-duplicate first with the Random Team Generator's duplicate remover).
Can I pick more than one winner?
Yes — set Winners to pick up to 40 (limited to the number of names in your list). First, second and third prize? Draw 3 winners and award them in the order they appear.
Does it work offline / is my data private?
The picker runs entirely in your browser — your name list never leaves your device, and uploaded files are read locally. Nothing is stored or sent anywhere, which matters when the list is a class roster or customer names.
Need whole teams instead of winners? Use the Random Team Generator.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/random-generator/random-name-picker \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"nameList": "John\nJane\nMichael\nEmily\nDavid\nSarah\nRobert\nOlivi…",
"nameSeparator": "newline",
"pickCount": "1"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `random-generator__random-name-picker` tool (Random Name Picker) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.