final class Rand
extends java.lang.Object
Forked from Apache Commons-Compress with possible changes
| 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.
|