Перейти к основному содержанию

Рандомизатор Списков

Перемешайте любой список в случайном порядке с помощью беспристрастного алгоритма Фишера-Йетса. Вставьте или загрузите ваши элементы, выберите разделитель, при необходимости удалите дубликаты и получите случайный список мгновенно.

Ввод

Drop a file or browse
One file · text
Или

Параметры

По умолчанию: новая строка

Вывод

Случайный список
Это было полезно?

Другие способы использовать этот инструмент

REST API

curl -X POST https://api.iotools.cloud/v1/tool/list-randomizer \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "listItems": "John\nJane\nDoe\nSmith\nMary",
    "listSeparator": "newline",
    "removeDuplicatedItems": "",
    "customOutputSeparator": "",
    "outputListSeparator": ""
  }'

Подставьте свой собственный ключ из аккаунта. Поля инструмента — это тело запроса, без обёртки.

Спросите у ИИ-агента

Use the IOTools `list-randomizer` tool (List Randomizer) on this input:

YOUR_INPUT_HERE

Вставьте это любому агенту, подключённому к MCP-серверу IOTools, и добавьте свой ввод.

Виджет для встраивания

<iframe
  src="https://iotools.cloud/embed/list-randomizer/"
  width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
  title="Рандомизатор Списков — iotools.cloud"
  sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
  allow="clipboard-write"
  style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>

Вставьте это на свою страницу — бесплатно, без ключа, нужна лишь обратная ссылка.

Стоимость вызова API/MCPОт 5 кредитов
Нужно больше кредитов?Посмотреть тарифы

Также доступно через

Руководства

Paste a list, press Randomize, and get it back in a genuinely random order. The list randomizer shuffles names, teams, tasks, giveaway entries, interview questions — anything you can write as a list — using an unbiased Fisher-Yates shuffle, so every possible ordering is equally likely.

How to use it

  1. Paste your items into List Items, or upload a .txt file.
  2. Choose the Item Separator that matches your input — newline (the default), comma, space, pipe, dash, semicolon or colon.
  3. Optionally tick Remove Duplicated Items to drop repeats before shuffling.
  4. Optionally tick Custom Output Item Separator and type the separator you want the result joined with (a comma, a pipe, anything). The default is one item per line.
  5. Press Randomize. You get the shuffled list plus a count of the items it found.

Press Randomize again for a fresh order — each run is an independent shuffle.

How random is the shuffle?

It uses the Fisher-Yates algorithm, the standard unbiased shuffle: it walks the list from the end, swapping each item with a randomly chosen item at or before it. Every permutation is equally probable. The naive alternative — sorting with a random comparator — is not uniform and quietly favours certain orderings, so this tool does not use it.

Can I use it to pick a winner?

Yes. Shuffle the list and take the first item — that is a uniformly random pick. For a draw with several winners, take the first N items after shuffling; because a shuffle never repeats an item, you get N distinct winners.

What separator should I choose?

Match the separator to how your data is written. A column copied from a spreadsheet arrives one item per line, so keep Newline. A CSV cell like apple, banana, cherry needs Comma. Items are trimmed of surrounding whitespace and empty entries are ignored, so a trailing newline or a stray space will not create a phantom item.

Can I remove duplicates?

Tick Remove Duplicated Items and identical entries are collapsed to one before the shuffle. The Number Of Items output shows how many unique items remain, which is a quick way to spot duplicates in a list.

Can I shuffle a file?

Yes — upload any plain-text file and its contents fill the input box. Large lists work fine; the shuffle is linear in the number of items.

Privacy

The randomizer runs entirely in your browser — including file uploads, which are read locally and never transmitted. Your list is not sent to a server, logged or stored, so it is safe for candidate names, employee lists and anything else you would rather not upload.

randomshufflelistrandomizerpickerdrawraffle

Нравятся инструменты? Уберите рекламу.

Один платёж навсегда убирает всю рекламу с вашего аккаунта. Без подписки, без слежки.