| java.lang.Object org.h2.util.RandomUtils
RandomUtils | public class RandomUtils (Code) | | Utility class that supports random and secure random functions. In some
systems SecureRandom initialization is very slow, a workaround is implemented
here.
|
getSecureBytes | public static byte[] getSecureBytes(int len)(Code) | | |
getSecureLong | public static long getSecureLong()(Code) | | |
nextInt | public static int nextInt(int max)(Code) | | |
|
|