Uses of Class
io.github.pr0methean.betterrandom.seed.DefaultSeedGenerator
-
Packages that use DefaultSeedGenerator Package Description io.github.pr0methean.betterrandom.seed Tools to obtain and apply truly-random seeds forRandom
implementations, especially those that also implementByteArrayReseedableRandom
. -
-
Uses of DefaultSeedGenerator in io.github.pr0methean.betterrandom.seed
Methods in io.github.pr0methean.betterrandom.seed that return DefaultSeedGenerator Modifier and Type Method Description static DefaultSeedGenerator
DefaultSeedGenerator. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultSeedGenerator[]
DefaultSeedGenerator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-