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