public class Dice
extends java.lang.Object
STUDENTS SHOULD NOT CHANGE THE CONTENTS OF THIS FILE IN ANY WAY.
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Random |
randomNumGenerator |
private static java.util.Random |
randomNumGeneratorSeeded |
private static int |
SEED |
| Constructor and Description |
|---|
Dice() |
| Modifier and Type | Method and Description |
|---|---|
static int |
rollDie(boolean isPredictable)
Rolls a regular 6-sided die.
|