public class MathUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.Random |
r |
Constructor and Description |
---|
MathUtils() |
Modifier and Type | Method and Description |
---|---|
static long |
divLongNotSuck(long a,
long b) |
static java.util.Random |
getRand() |
static long |
modLongNotSuck(long a,
long b) |