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