Class Rand
java.lang.Object
org.apache.commons.compress.compressors.bzip2.Rand
Random numbers for both the compress and decompress BZip2 classes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static int
rNums
(int i) Return the random number at a specific index.
-
Field Details
-
RNUMS
private static final int[] RNUMS
-
-
Constructor Details
-
Rand
Rand()
-
-
Method Details
-
rNums
static int rNums(int i) Return the random number at a specific index.- Parameters:
i
- the index- Returns:
- the random number
-