类 RandomUtils

java.lang.Object
com.github.aqiu202.util.RandomUtils

public abstract class RandomUtils extends Object
  • 构造器详细资料

    • RandomUtils

      public RandomUtils()
  • 方法详细资料

    • single

      public static Random single()
    • nextFloat

      public static float nextFloat()
    • nextInt

      public static int nextInt()
    • nextInt

      public static int nextInt(int bound)
    • nextBoolean

      public static boolean nextBoolean()