Uses of Class
io.github.pr0methean.betterrandom.prng.adapter.SplittableRandomAdapter
-
Packages that use SplittableRandomAdapter 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 SplittableRandomAdapter in io.github.pr0methean.betterrandom.prng.adapter
Subclasses of SplittableRandomAdapter in io.github.pr0methean.betterrandom.prng.adapter Modifier and Type Class Description classEntropyBlockingSplittableRandomAdapterASplittableRandomAdapterthat blocks waiting to be reseeded if its entropy drops too low.
-