Package rs.kreme.ksbot.api.commons
Class Random
- java.lang.Object
-
- rs.kreme.ksbot.api.commons.Random
-
public class Random extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Random()
-
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)
-