Uses of Class
io.github.pr0methean.betterrandom.prng.adapter.DirectSplittableRandomAdapter
-
Packages that use DirectSplittableRandomAdapter 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 DirectSplittableRandomAdapter in io.github.pr0methean.betterrandom.prng.adapter
Subclasses of DirectSplittableRandomAdapter in io.github.pr0methean.betterrandom.prng.adapter Modifier and Type Class Description class
SingleThreadSplittableRandomAdapter
Simple, non-thread-safe implementation ofBaseRandom
that wraps aSplittableRandom
.
-