ランダムジェネレーター
任意のリストからランダムエントリを選択するか、リスト全体をシャッフルします。特殊なピッカーの背後にある汎用ランダマイザー:何でも貼り付け、1行1項目、そして抽出します。
入力
設定
出力
このツールを使う他の方法
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": ""
}'ご自身のアカウントのキーに差し替えてください。ツールのフィールドがそのままリクエストボディになります——ラッパーはありません。
AIエージェントに依頼する
Use the IOTools `random-generator` tool (Random Generator) on this input:
YOUR_INPUT_HEREIOTools MCPサーバーに接続された任意のエージェントにこれを貼り付け、入力内容を追加してください。
埋め込みウィジェット
<iframe
src="https://iotools.cloud/embed/random-generator/"
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 1回あたりの費用 | 5クレジットから |
|---|---|
| クレジットが足りませんか? | 料金を見る |
次の方法でも利用可能
ガイド
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
- Enter your items, one per line (or upload a
.txtfile). - Choose a mode: Pick random items (and how many) or Shuffle the whole list.
- 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.
関連する子ツール
| Actions | ||||
|---|---|---|---|---|
| Random Animal Generator | Not chainable | |||
| Random Birthday Generator | Not chainable | |||
| Random Celebrity Generator | Not chainable | |||
| Random Food Generator | Not chainable | |||
| Random MLB Team Generator | Not chainable | |||
| Random Movie Generator | Not chainable | |||
| Random Name Picker | ||||
| Random NBA Team Generator | Not chainable | |||
| Random NFL Team Generator | Not chainable | |||
| Random Number Generator | ||||
| Random Object Generator | Not chainable | |||
| Random Quote Generator | ||||
| Random US Zip Code Generator | Not chainable | |||
| ランダムチーム分けツール |