类 RandomUtils
java.lang.Object
com.github.aqiu202.util.RandomUtils
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
RandomUtils
public RandomUtils()
-
-
方法详细资料
-
single
-
nextFloat
public static float nextFloat() -
nextInt
public static int nextInt() -
nextInt
public static int nextInt(int bound) -
nextBoolean
public static boolean nextBoolean()
-