Uses of Interface
io.github.olyutorskii.aletojio.rng.RndInt32
Packages that use RndInt32
Package
Description
Misc utils for random number and entropy.
Bijection hash functions.
Reading and skipping random number generator with statistical criteria.
Random number generator interfaces.
Extremely poorly made and biased random number generators.
Random number generators affected by the output of several generations past.
Linear congruential generator(LCG) implementations.
Multiply-with-carry random number generators.
Random number generator composed of XOR and shift operation.
Improving the randomness of output random number data
by crunching input random number data.
-
Uses of RndInt32 in io.github.olyutorskii.aletojio
Constructors in io.github.olyutorskii.aletojio with parameters of type RndInt32 -
Uses of RndInt32 in io.github.olyutorskii.aletojio.bijection
Classes in io.github.olyutorskii.aletojio.bijection that implement RndInt32Modifier and TypeClassDescriptionclass
P-box diffusion by bit permutation.class
S-box Bijection confusion.Constructors in io.github.olyutorskii.aletojio.bijection with parameters of type RndInt32 -
Uses of RndInt32 in io.github.olyutorskii.aletojio.idling
Methods in io.github.olyutorskii.aletojio.idling with parameters of type RndInt32 -
Uses of RndInt32 in io.github.olyutorskii.aletojio.rng
Classes in io.github.olyutorskii.aletojio.rng that implement RndInt32Constructors in io.github.olyutorskii.aletojio.rng with parameters of type RndInt32 -
Uses of RndInt32 in io.github.olyutorskii.aletojio.rng.dull
Classes in io.github.olyutorskii.aletojio.rng.dull that implement RndInt32Modifier and TypeClassDescriptionclass
Just repeating integer sequence generator.class
Step progression sequence generator. -
Uses of RndInt32 in io.github.olyutorskii.aletojio.rng.fibo
Classes in io.github.olyutorskii.aletojio.rng.fibo that implement RndInt32Modifier and TypeClassDescriptionclass
Lagged Fibonacci Pseudo Random Generator(LFG).class
Fibonacci Linear-feedback shift register (LFSR) Pseudo Random Generator. -
Uses of RndInt32 in io.github.olyutorskii.aletojio.rng.lcg
Classes in io.github.olyutorskii.aletojio.rng.lcg that implement RndInt32Modifier and TypeClassDescriptionclass
Implementation of 32bit output Linear congruential generator(LCG). -
Uses of RndInt32 in io.github.olyutorskii.aletojio.rng.mwc
Classes in io.github.olyutorskii.aletojio.rng.mwc that implement RndInt32 -
Uses of RndInt32 in io.github.olyutorskii.aletojio.rng.xorsft
Classes in io.github.olyutorskii.aletojio.rng.xorsft that implement RndInt32Modifier and TypeClassDescriptionclass
xorshift (32bit) Pseudo Random Generator.class
xorshift (128bit) Pseudo Random Generator. -
Uses of RndInt32 in io.github.olyutorskii.aletojio.shrink
Classes in io.github.olyutorskii.aletojio.shrink that implement RndInt32Modifier and TypeClassDescriptionclass
Switch output bits from 2 input streams.class
Von Neumann randomness extractor (whitening).class
Mixing entropy of N random number streams by XOR.Constructors in io.github.olyutorskii.aletojio.shrink with parameters of type RndInt32ModifierConstructorDescriptionBitSwitcher
(RndInt32 sw, RndInt32 rnd0, RndInt32 rnd1) Constructor.VnExtractor
(RndInt32 rnd) Constructor.Constructor.Constructor parameters in io.github.olyutorskii.aletojio.shrink with type arguments of type RndInt32