Class RandomUtils


  • public class RandomUtils
    extends Object
    • Method Detail

      • randomString

        public static String randomString​(int length,
                                          boolean letters,
                                          boolean numbers)
      • threadRandomLong

        public static long threadRandomLong​(long origin,
                                            long bound)