maxDice constant

int const maxDice

maximum dice to allow to be rolled (1k)

Implementation

static const int maxDice = 1000;