maxDice constant

int const maxDice

maximum dice to allow to be rolled (10k)

Implementation

static const int maxDice = 10000;