What is Dice Roller?
A cryptographically random virtual dice roller supporting tabletop roleplaying games (TTRPGs) with modifier math and roll history.
How to Use This Calculator
- Select number of dice and die type (d4 to d100).
- Add an optional modifier (+3, -1, etc.).
- Review total sum and individual die results.
The Mathematical Formula & Variables
Total = Sum of N random integers from 1 to S + Modifier
Step-by-Step Worked Example
Scenario: Rolling 2d10 + 3.
- Die 1 rolls 4, Die 2 rolls 7 (sum = 11).
- Add modifier of 3: 11 + 3 = 14.
Result: 14
Frequently Asked Questions
Are the virtual dice rolls truly random?
Yes. Rolls utilize the browser Web Crypto API (crypto.getRandomValues), providing cryptographically unbiased pseudo-random number generation.