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