Dice Roller
Roll virtual dice. Choose the number of sides (e.g. d6, d20) and how many dice. We sum the results and list each roll. Handy for tabletop games or quick decisions.
Roll dice
Choose options and click Roll.
How it works
We generate random integers from 1 to N (inclusive) for each die, sum them, and show the list and total.
When to use it
Use for board games, RPGs, or any “roll dice” moment when you don’t have physical dice.
Frequently asked questions
- Fair? We use Math.random(). For cryptographic fairness use a different source; for games it’s fine.