Uses of Class
io.github.pr0methean.betterrandom.prng.adapter.ReseedingThreadLocalRandomWrapper
-
Packages that use ReseedingThreadLocalRandomWrapper Package Description io.github.pr0methean.betterrandom.prng.adapter Implementations ofBaseRandomthat are backed by instances ofSplittableRandomorRandom, many of them wrapped inThreadLocal<?>to allow concurrent use of a shared instance by multiple threads. -
-
Uses of ReseedingThreadLocalRandomWrapper in io.github.pr0methean.betterrandom.prng.adapter
Methods in io.github.pr0methean.betterrandom.prng.adapter that return ReseedingThreadLocalRandomWrapper Modifier and Type Method Description static ReseedingThreadLocalRandomWrapperReseedingThreadLocalRandomWrapper. wrapLegacy(java8.util.function.LongFunction<Random> legacyCreator, SeedGenerator seedGenerator)Uses this class andRandomWrapperto decorate any implementation ofRandomthat can be constructed from alongseed into a fully-concurrent one.
-