Uses of Package
io.github.pr0methean.betterrandom.prng
-
Packages that use io.github.pr0methean.betterrandom.prng Package Description io.github.pr0methean.betterrandom.prng Subclasses ofRandom
using different random-number generation algorithms.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. -
Classes in io.github.pr0methean.betterrandom.prng used by io.github.pr0methean.betterrandom.prng Class Description BaseRandom AbstractRandom
with a seed field and an implementation of entropy counting.CipherCounterRandom Non-linear random number generator based on a cipher that encrypts an incrementing counter.Java8CompatRandom This interface contains all the stream methods ofRandom
backported from Java 8. -
Classes in io.github.pr0methean.betterrandom.prng used by io.github.pr0methean.betterrandom.prng.adapter Class Description BaseRandom AbstractRandom
with a seed field and an implementation of entropy counting.Java8CompatRandom This interface contains all the stream methods ofRandom
backported from Java 8.