Uses of Package
io.github.pr0methean.betterrandom.prng
-
Packages that use io.github.pr0methean.betterrandom.prng Package Description io.github.pr0methean.betterrandom.prng Subclasses ofRandomusing different random-number generation algorithms.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. -
Classes in io.github.pr0methean.betterrandom.prng used by io.github.pr0methean.betterrandom.prng Class Description BaseRandom AbstractRandomwith a seed field and an implementation of entropy counting.CipherCounterRandom Non-linear random number generator based on a cipher that encrypts an incrementing counter. -
Classes in io.github.pr0methean.betterrandom.prng used by io.github.pr0methean.betterrandom.prng.adapter Class Description BaseRandom AbstractRandomwith a seed field and an implementation of entropy counting.