#include "dice.h" Dice::Dice(){ srand(time(NULL)); roll(); } int Dice::roll() { // generate 6 random numbers to assign to each die for (int i = 0; i