Skip to content

d4

const d4: (count?) => number

Defined in: src/dice.ts:132

A four-sided die, or count of them summed.

number

number

d4(); // 3
d6(3); // 11, the sum of three d6
d20(); // 17