Class RandomUtil
java.lang.Object
com.liferay.portal.kernel.security.RandomUtil
- Author:
- Shuyang Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intnextInt(int n) static int[]nextInts(int n, int size) protected static voidsetSupplier(Supplier<Random> supplier) static Stringstatic voidstatic Stringstatic voidshuffle(Random random, StringBuilder sb)
-
Constructor Details
-
RandomUtil
public RandomUtil()
-
-
Method Details
-
nextInt
public static int nextInt(int n) -
nextInts
public static int[] nextInts(int n, int size) -
shuffle
-
shuffle
-
shuffle
-
shuffle
-
setSupplier
-