- What notation does it support?
- Standard RPG: `3d6` (three six-sided dice), `2d20+5` (with modifier), `1d100` (percentile), `4d6kh3` (drop lowest — character creation), and mixed expressions.
- Which RPG systems?
- System-agnostic notation. D&D 5e (d20 + mod), Pathfinder (d20), Shadowrun (d6 pools), and dozens more use this notation. Pick the expression that matches your rulebook.
- Is it cryptographically random?
- Yes — crypto.getRandomValues. More random than a physical die (real dice have slight weight bias).
- What about critical hits and fumbles?
- The tool shows raw rolls — crit/fumble interpretation is rule-specific. A 20 on a d20 is the critical range in D&D; different systems handle it differently.