RollingDie class
Instantiable class whose instances model playing dice;
rolling a die results in a pseudorandom int between
1 and the number of sides being assigned as the face value;
RollingDie instances have 6 sides by default;
a different number of sides may also be specified.