Package ru.cwcode.cwutils.numbers
Class Rand
java.lang.Object
ru.cwcode.cwutils.numbers.Rand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanbool()static doubleofDouble(double max) static doubleofDouble(double min, double max) static floatofFloat(float max) static floatofFloat(float min, float max) static intofInt(int max) static intofInt(int min, int max) static longofLong(long max) static longofLong(long min, long max) static booleantestChance(double chance)
-
Constructor Details
-
Rand
public Rand()
-
-
Method Details
-
ofInt
public static int ofInt(int max) -
ofInt
public static int ofInt(int min, int max) -
ofLong
public static long ofLong(long max) -
ofLong
public static long ofLong(long min, long max) -
ofFloat
public static float ofFloat(float max) -
ofFloat
public static float ofFloat(float min, float 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)
-