Class MGL_RandomNumberUtils

java.lang.Object
tech.mgl.core.utils.random.MGL_RandomNumberUtils

public class MGL_RandomNumberUtils extends Object
  • 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

      public static String getCode(int length)
    • getNumberCode

      public static String getNumberCode(int length)