Class RandomUtil


  • public class RandomUtil
    extends Object
    Random utility class.
    Since:
    2.1.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • RandomUtil

        public RandomUtil()
    • Method Detail

      • nextHexLong

        public static String nextHexLong()
      • nextLong

        public static long nextLong()
      • nextInt

        public static int nextInt()
      • nextInt

        public static int nextInt​(int bound)
      • nextBytes

        public static byte[] nextBytes​(int num)