Class RandomUtil
java.lang.Object
com.github.shoothzj.javatool.util.RandomUtil
- Author:
- shoothzj
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> Ebyte[]getSecRanByte(int len) static intnextInt()static intnextInt(int bound) static booleanstatic <T extends Enum<?>>
TrandomEnum(Class<T> clazz) static intrandomInt(int min, int max)
-
Constructor Details
-
RandomUtil
public RandomUtil()
-
-
Method Details
-
randomBoolean
public static boolean randomBoolean() -
nextInt
public static int nextInt() -
nextInt
public static int nextInt(int bound) -
randomInt
public static int randomInt(int min, int max) -
randomEnum
-
chooseOne
-
getSecRanByte
public byte[] getSecRanByte(int len)
-