π² Dice Roller
Roll any dice with classic NdM+K notation.
π 100% client-side β rolls are never stored
How to Use
Features
Use Cases
Related Tools
Frequently Asked Questions
Are the dice rolls truly random?
Yes. Rolls use crypto.getRandomValues, the browser's cryptographically secure random source β the same quality used for security keys. Every face of every die is equally likely.
What dice notation can I use?
Classic NdM+K notation: N dice with M sides plus an optional modifier K. For example, 2d6+3 rolls two six-sided dice and adds 3, 1d20 rolls a single twenty-sided die, and 4d8-2 rolls four eight-sided dice and subtracts 2.
What are the limits?
You can roll between 1 and 100 dice at once, and each die can have between 2 and 1000 sides. The modifier can be any positive or negative whole number.
Is my roll history saved?
No. The history keeps only your last 20 rolls in memory for the current session. It is never written to localStorage or sent anywhere, and it disappears when you close the tab.