Бросить кубик
Бросайте один или несколько виртуальных кубиков с любым количеством граней. Получайте отдельные результаты плюс сумму и среднее значение, генерируемые каждый раз заново.
Ввод
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"
}'Подставьте свой собственный ключ из аккаунта. Поля инструмента — это тело запроса, без обёртки.
Спросите у ИИ-агента
Use the IOTools `roll-the-dice` tool (Roll The Dice) on this input:
YOUR_INPUT_HEREВставьте это любому агенту, подключённому к MCP-серверу IOTools, и добавьте свой ввод.
Виджет для встраивания
<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 | От 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.