Uses of Class
io.github.pr0methean.betterrandom.util.Looper
-
Packages that use Looper Package Description io.github.pr0methean.betterrandom.seed Tools to obtain and apply truly-random seeds forRandomimplementations, especially those that also implementByteArrayReseedableRandom. -
-
Uses of Looper in io.github.pr0methean.betterrandom.seed
Subclasses of Looper in io.github.pr0methean.betterrandom.seed Modifier and Type Class Description classLegacyRandomSeederARandomSeederthat can reseed any instance ofRandom.classRandomSeederThread that loops overByteArrayReseedableRandominstances and reseeds them.
-