How it works
Roll any number of dice with any number of faces — d4, d6, d8, d10, d12, d20 — for board games, tabletop role-playing or a quick decision.
- Pick the number of faces and how many dice.
- Roll; each die is shown separately with the total.
- Repeat as needed — every roll is independent and evenly distributed.
Rolls use the browser's cryptographic random source rather than a seeded generator, so a sequence cannot be reproduced or predicted.
Examples
What each die is for:
- d20 — attack and skill checks in most role-playing systems; the average roll is 10.5.
- 2d6 — board games; totals cluster around 7.
- d4, d8, d12 — weapon and spell damage.
- d10 twice — percentile rolls from 1 to 100.
Related: QR Code Generator, Dice, Random Number Generator.
Dice Roller: frequently asked questions
- Are the rolls truly random?
- They use your browser's cryptographically secure random number generator, so every face is equally likely.
- What is the most common total with two dice?
- 7, which can be made 6 ways out of 36 (16.7%). 2 and 12 are the rarest (1 in 36 each).
- What is the average roll of one die?
- 3.5, the mean of 1 through 6.
