Uses of Class
io.github.pr0methean.betterrandom.prng.adapter.SplittableRandomAdapter
-
Packages that use SplittableRandomAdapter Package Description io.github.pr0methean.betterrandom.prng.adapter Implementations ofBaseRandom
that are backed by instances ofSplittableRandom
orRandom
, 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 class
EntropyBlockingSplittableRandomAdapter
ASplittableRandomAdapter
that blocks waiting to be reseeded if its entropy drops too low.
-