Class RandomUtil

java.lang.Object
io.clonecloudstore.common.standard.system.RandomUtil

public final class RandomUtil extends Object
Efficient Random generator using ThreadLocalRandom
  • Method Details

    • getRandom

      public static byte[] getRandom(int length)
      Parameters:
      length - the length of rray
      Returns:
      a byte array with random values
    • getRandom

      public static Random getRandom()