Description
Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice.
Example
[x1,x2] = rollDice(); x1 = 5; x2 = 2;
1 Comment
2 players like this solution
1 Comment