Package net.storm.api.commons
Class Rand
- java.lang.Object
-
- net.storm.api.commons.Rand
-
public class Rand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Rand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
nextBool()
static int
nextInt()
static int
nextInt(int min, int max)
-