public class MathUtils extends Object
| Constructor and Description |
|---|
MathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static long |
divLongNotSuck(long a,
long b) |
static Random |
getRand() |
static long |
modLongNotSuck(long a,
long b) |
public static long modLongNotSuck(long a,
long b)
public static long divLongNotSuck(long a,
long b)
public static Random getRand()
Copyright © 2024. All rights reserved.