类 RandomUtil
java.lang.Object
club.xiaojiawei.utils.RandomUtil
随机数生成工具
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static int
static int
static int
static int
static int
getRandom
(int min, int max) static int
static int
-
构造器详细资料
-
RandomUtil
public RandomUtil()
-
-
方法详细资料
-
getRandom
public static int getRandom(int min, int max) -
getHugeRandom
public static int getHugeRandom() -
getLongRandom
public static int getLongRandom() -
getMediumRandom
public static int getMediumRandom() -
getShortRandom
public static int getShortRandom() -
getTinyRandom
public static int getTinyRandom() -
getHumanRandom
public static int getHumanRandom()
-