Class RandomUtil
java.lang.Object
io.clonecloudstore.common.standard.system.RandomUtil
Efficient Random generator using ThreadLocalRandom
-
Method Summary
-
Method Details
-
getRandom
public static byte[] getRandom(int length) - Parameters:
length
- the length of rray- Returns:
- a byte array with random values
-
getRandom
-