Domino Draw Generator
Draws a random tile from the complete standard double-six domino set (28 tiles) — useful for domino games, teaching probability, or settling a draw.
What this generator does
Draws a single tile from a standard double-six set — the 28 unique combinations of two numbers from blank to six, with each tile appearing exactly once. Useful when a physical set is not to hand, and as a randomiser for anything wanting a paired-number result rather than a single die.
What you'll get
This generator draws from a hand-checked list of 28 entries. Here is a spread of 6 of them, so you can see the style before you generate:
- 0 | 0
- 0 | 4
- 1 | 3
- 2 | 3
- 3 | 3
- 4 | 5
A fixed sample of the list, not a live draw — your own results are picked at random from all 28, without repeating until the list runs out. Original authoring for Generate Random — the complete standard double-six domino set.. Last reviewed 2026-07-19.
How to use this tool
- Press generate to draw a domino tile.
Common use cases
- Domino game nights
- Teaching probability with a known set
- Quick fair draws
Randomness and fairness
Each draw is independent and uniform across all 28 tiles, using the browser's cryptographic random number generator. It does not model drawing from a diminishing boneyard: the same tile can come up twice in a row, which is not how a real game works but is what a randomiser should do.
For how randomness is produced across the whole site, see how Generate Random works.