Skip to content

General Math

Online Dice Roller: D&D Dice, Probability, and How Virtual Dice Work

Learn about dice types (d4-d100), probability calculations, and how cryptographic random number generators make virtual dice fair for tabletop gaming.

OurDailyCalc Team 4 min read

Whether you’re playing Dungeons & Dragons, running a board game night, or just need a random number, understanding dice and probability makes the game richer.

Dice types explained

DieFacesShapeCommon Use
d44TetrahedronDamage (daggers, darts)
d66CubeMost board games, ability scores
d88OctahedronWeapon damage (longsword)
d1010Pentagonal trapezohedronPercentile, damage
d1212DodecahedronGreat weapon damage
d2020IcosahedronAttack rolls, saving throws, skill checks
d100100Two d10s (percentile)Random encounters, loot tables

Probability basics

Every face of a fair die has equal probability:

  • d6: each face = 1/6 = 16.67%
  • d20: each face = 1/20 = 5% (natural 20!)
  • 2d6: sum of 7 is most likely (6/36 = 16.67%)

Multiple dice probability:

  • 2d6 sum ranges from 2–12 (avg: 7)
  • 3d6 sum ranges from 3–18 (avg: 10.5)
  • More dice = results cluster toward the average (bell curve)

D&D rolling explained

Advantage / Disadvantage

  • Advantage: Roll 2d20, take the higher (equivalent to rolling a d20 with ~65% chance of 11+)
  • Disadvantage: Roll 2d20, take the lower

Ability scores (4d6 drop lowest)

Roll 4d6, remove the lowest die, sum the remaining three. Average result: ~12.2 (vs 10.5 for 3d6).

Are virtual dice truly random?

Our dice roller uses crypto.getRandomValues() — the same cryptographic randomness used by banks and security systems. It’s based on hardware entropy (thermal noise, timing jitter) and is provably more random than physical dice, which can have manufacturing imperfections and throwing biases.

Rolling notation

Standard dice notation: XdY+Z

  • X = number of dice
  • Y = number of faces
  • Z = modifier (added to total)

Examples: 2d6+3, 1d20+5, 4d6 (drop lowest)

Roll any combination with our Dice Roller — supports all dice types, modifiers, history tracking, and true cryptographic randomness.

#dice roller #D&D #probability #tabletop games #random #d20
DC

OurDailyCalc Team

OurDailyCalc — beautiful tools for everyday calculations.