Uses of Interface
io.github.pr0methean.betterrandom.SeekableRandom
-
Packages that use SeekableRandom Package Description io.github.pr0methean.betterrandom.prng Subclasses ofRandomusing different random-number generation algorithms. -
-
Uses of SeekableRandom in io.github.pr0methean.betterrandom.prng
Classes in io.github.pr0methean.betterrandom.prng that implement SeekableRandom Modifier and Type Class Description classAesCounterRandomCipherCounterRandom using AES (Rijndael).classCipherCounterRandomNon-linear random number generator based on a cipher that encrypts an incrementing counter.classPcg128RandomFrom the original description, "PCG is a family of simple fast space-efficient statistically good algorithms for random number generation.classPcg64RandomFrom the original description, "PCG is a family of simple fast space-efficient statistically good algorithms for random number generation.
-