final class Rand
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static int[] |
RNUMS |
| Constructor and Description |
|---|
Rand() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static int |
rNums(int i)
Return the random number at a specific index.
|