UtilVox
🎲

Dice Roller

High-entropy cryptographic dice rolling for technical and tabletop precision.

grid_viewSelect Die Type
1
add_circle
casino

Awaiting First Roll

historyRecent History

No rolls logged yet.

Professional Dice Engine

UtilVox's cryptographic dice roller uses hardware-backed high-entropy random number generation to ensure complete fairness in any digital or tabletop environment. Unlike standard math libraries, our engine taps into the Web Crypto API for security-critical randomness.

Technical Precision: Every roll is computed using a 32-bit unsigned integer array, modulo-mapped to the die's face count. This eliminates the "modulo bias" often found in simpler implementations, providing a perfectly uniform probability distribution across all dice types.

Technical FAQ

Is this truly random?
Yes. We utilize the window.crypto.getRandomValues() method, which is cryptographically secure and seeded with environmental noise. Results are unbiased and statistically indistinguishable from physical dice.
How many dice can I roll at once?
The engine supports up to 20 dice per roll set. For more complex calculations, you can use the Re-roll feature in the history log to stack results.
Are critical hits highlighted?
The system automatically flags natural highs and lows within any multi-dice set. For single d20 rolls, it intelligently identifies critical successes and failures.

Fair Dice, No Table Required

The dice and their games

Different dice, different jobs — the notation is sides-based:

DiceRangeWhere it rules
d6 (classic)1–6Ludo, Monopoly, board games
2d62–12, bell-shapedCatan, craps — 7 is king
d201–20D&D attack rolls
d4, d8, d10, d12VariousRPG damage dice
d100 (percentile)1–100Probability tables, random events

Why 2d6 isn't like 1d12

One die is uniform — every face equally likely. Two dice sum into a triangle: 7 has six ways to occur, 2 and 12 have one each, so 7 lands six times as often. Game design runs on this difference: 2d6 makes middle outcomes common and extremes dramatic, while 1d12 keeps chaos uniform. It's also the gentlest possible introduction to probability distributions — visible in twenty rolls.

Honest randomness and its cousins

Rolls here use cryptographic randomness — fairer than the chipped d6 under your sofa. The same chance-math formalizes in the probability calculator (exact odds of any 2d6 total) and combinations; for random secrets rather than games, use the password generator — game dice and security tokens have very different stakes.