Uses of Class
io.github.pr0methean.betterrandom.prng.adapter.SingleThreadSplittableRandomAdapter
-
Packages that use SingleThreadSplittableRandomAdapter 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 SingleThreadSplittableRandomAdapter in io.github.pr0methean.betterrandom.prng.adapter
Methods in io.github.pr0methean.betterrandom.prng.adapter that return types with arguments of type SingleThreadSplittableRandomAdapter Modifier and Type Method Description protected EntropyBlockingRandomWrapper<SingleThreadSplittableRandomAdapter>
EntropyBlockingSplittableRandomAdapter. createDelegate()
-