Uses of Interface
io.github.pr0methean.betterrandom.SeekableRandom
-
Packages that use SeekableRandom Package Description io.github.pr0methean.betterrandom.prng Subclasses ofRandom
using 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 class
AesCounterRandom
CipherCounterRandom using AES (Rijndael).class
CipherCounterRandom
Non-linear random number generator based on a cipher that encrypts an incrementing counter.class
Pcg128Random
From the original description, "PCG is a family of simple fast space-efficient statistically good algorithms for random number generation.class
Pcg64Random
From the original description, "PCG is a family of simple fast space-efficient statistically good algorithms for random number generation.
-