public interface MathUtil
| Modifier and Type | Field and Description |
|---|---|
static int |
A
XOrShift algorithm.
|
static int |
B
XOrShift algorithm.
|
static int |
C
XOrShift algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
gcd(int x,
int y)
Greatest common divisor
|
static long |
xorShift(long word) |
static final int A
static final int B
static final int C