-
class
Generates pseudo-random values following a Gaussian distribution having
the specified mMean and standard deviation.
class
Generates pseudo-random values following a uniform distribution.
Creates a new Randomizer instance using DEFAULT_RANDOMIZER_TYPE and
USE_SECURE_RANDOM_By_DEFAULT to determine what type of random
distribution is to be used and whether the random generator must be
secure or not.
Randomizer.create(boolean useSecureRandom)
Creates a new Randomizer instance using DEFAULT_RANDOMIZER_TYPE.
Creates a new Randomizer instance using provided randomizer type and
the default secure mode specified by USE_SECURE_RANDOM_BY_DEFAULT.
Creates a new Randomizer instance using provided randomizer type and
provided secure mode.
Creates a new Randomizer instance using provided randomizer type and
internal randomizer.
Creates a new Randomizer instance using provided internal randomizer
instance.