Package ru.cwcode.cwutils.numbers
Class Rand
java.lang.Object
ru.cwcode.cwutils.numbers.Rand
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Rand
public Rand()
-
-
Method Details
-
ofInt
public static int ofInt(int max) -
ofInt
public static int ofInt(int min, int max) -
ofDouble
public static double ofDouble(double max) -
ofDouble
public static double ofDouble(double min, double max) -
bool
public static boolean bool() -
testChance
public static boolean testChance(double chance)
-