Roll a virtual six-sided die — get a random number between 1 and 6 instantly. Each value has exactly a 1-in-6 chance, just like a physical die. No dice? No problem.
Dice, coin flips, spinners, and more — all free
Numbers, names, games and more
A standard D6 is the most common die in the world — used in board games, tabletop RPGs, gambling, and classroom probability lessons. This tool replicates it digitally: each of the six values (1–6) has exactly a 1-in-6 (≈16.7%) chance on every roll. The underlying generator uses JavaScript's Math.random(), seeded from hardware entropy in your browser. If you need a visual dice roller with animated faces, see the dice roller.
Pool mode shuffles the six values and deals them out in order — guaranteeing each face appears exactly once before repeating. This is useful for fair turn assignment among six players, board game scenarios requiring each face once per round, or teaching probability by showing that six rolls must cover each value.
After 10 rolls, the distribution chart shows individual bars for each value from 1 to 6. Over many rolls, all six bars should approach equal height. This mirrors a classroom demonstration of uniform discrete distribution — the same probability model that makes a fair die fair.