Skip to main content

ランダムジェネレーター

任意のリストからランダムエントリを選択するか、リスト全体をシャッフルします。特殊なピッカーの背後にある汎用ランダマイザー:何でも貼り付け、1行1項目、そして抽出します。

入力

Drop a file or browse
One file · text
または

設定

出力

結果
役に立ちましたか?

ガイド

The general-purpose randomizer: paste any list — names, options, tasks, restaurants, anything — and either pick random entries from it or shuffle the whole thing. When you can't decide, let chance decide.

How to use it

  1. Enter your items, one per line (or upload a .txt file).
  2. Choose a mode: Pick random items (and how many) or Shuffle the whole list.
  3. Optionally remove duplicates first, then hit Randomize.

Picks are drawn without replacement — one run never returns the same line twice — and shuffling uses a Fisher–Yates shuffle, so every ordering is equally likely.

This is the generic tool of the random-generator family — for specific jobs (numbers, names, teams, birthdays, movies…) there's a dedicated child generator with the right options and data built in; they're all listed in the Child tools section below.

Is the randomness fair?

Yes — picks and shuffles give every item and every ordering an equal chance. Note that duplicate lines increase an item's odds in pick mode; tick Remove duplicated items for a strict one-entry-one-chance draw.

Does it work offline / is my data private?

Everything runs in your browser — your list never leaves your device, and uploaded files are read locally. Nothing is stored or sent anywhere.

randompickerlistshufflegenerator

Use it from code

From 3 credits per call

REST API

curl -X POST https://api.iotools.cloud/v1/tool/random-generator \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "listItems": "Pizza\nSushi\nTacos\nRamen\nBurgers\nPasta",
    "mode": "pick",
    "pickCount": "2",
    "removeDuplicatedItems": ""
  }'

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` tool (Random Generator) on this input:

YOUR_INPUT_HERE

Paste this at any agent connected to the IOTools MCP server, then add your input.

関連する子ツール

ツールが気に入りましたか?広告をなくしましょう。

1回のお支払いでアカウントから広告が完全になくなります。サブスクリプションも追跡もありません。