サイコロを振る
1つまたは複数の仮想サイコロを、任意の面数で振ります。個別の結果と合計および平均を取得し、毎回新たに生成されます。
入力
6は標準的なサイコロです。d20またはその他のサイズに上げることができます。
出力
結果
Your roll(s) will appear here.
役に立ちましたか?
このツールを使う他の方法
REST API
curl -X POST https://api.iotools.cloud/v1/tool/roll-the-dice \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"count": "1",
"sides": "6"
}'ご自身のアカウントのキーに差し替えてください。ツールのフィールドがそのままリクエストボディになります——ラッパーはありません。
AIエージェントに依頼する
Use the IOTools `roll-the-dice` tool (Roll The Dice) on this input:
YOUR_INPUT_HEREIOTools MCPサーバーに接続された任意のエージェントにこれを貼り付け、入力内容を追加してください。
埋め込みウィジェット
<iframe
src="https://iotools.cloud/embed/roll-the-dice/"
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クレジットから |
|---|---|
| クレジットが足りませんか? | 料金を見る |
次の方法でも利用可能
ガイド
Roll one or many virtual dice, with any number of sides — a standard six-sided die, a d20 for tabletop games, or anything in between. Get every individual roll plus the total and average.
How to use it
- Set How many dice to roll? (1–100).
- Set Number of sides (2–100, default 6 for a standard die).
- Press Roll. Press it again anytime for a fresh roll with the same settings.
Reading the result
- Result — every individual roll, in the order rolled.
- Summary — a single value for one roll, or the total and average across all of them.
Is this fair — does every side have an equal chance?
Yes. Each roll independently picks a whole number from 1 to your chosen number of sides with equal probability, using your browser's random number generator.
Privacy
Everything runs entirely in your browser. Nothing is uploaded to a server.
dicerollrandomd6generatordecision maker