Package tech.mgl.core.utils.random
Class MGL_RandomNumberUtils
java.lang.Object
tech.mgl.core.utils.random.MGL_RandomNumberUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCode(int length) static StringgetNumberCode(int length) static doublestatic floatstatic doublestatic doublenextGaussian(double min, double max) static intnextInt()static longnextLong()
-
Constructor Details
-
MGL_RandomNumberUtils
public MGL_RandomNumberUtils()
-
-
Method Details
-
nextDouble
public static double nextDouble() -
nextInt
public static int nextInt() -
nextLong
public static long nextLong() -
nextFloat
public static float nextFloat() -
nextGaussian
public static double nextGaussian() -
nextGaussian
public static double nextGaussian(double min, double max) -
getCode
-
getNumberCode
-