public class StaticSecurity
extends java.lang.Object
Constructor and Description |
---|
StaticSecurity() |
Modifier and Type | Method and Description |
---|---|
static java.util.Random |
getRandom()
A normal pseudo random number generator, used to get "normal" random values.
|
static java.security.SecureRandom |
getSecureRandom()
A secure pseudo random number generator, used to get secure random values
|
public static java.util.Random getRandom()
public static java.security.SecureRandom getSecureRandom()