Dice Roller
Pick a die type and how many to roll — get instant results plus the total, right in your browser.
Frequently Asked Questions
What dice types are supported?
d4, d6, d8, d10, d12, d20, and d100 — the standard set used in tabletop RPGs like Dungeons & Dragons, plus a classic 6-sided die for board games.
How random are the rolls?
Rolls use JavaScript's Math.random(), which is suitable for games and casual use. For cryptographic or high-stakes randomness, a dedicated secure random source would be needed instead.
Can I roll multiple dice at once?
Yes — set the number of dice (up to 20) and roll them all together; the tool shows each individual result plus the total.
Explore CodeSpeedTest