Uses of Interface
com.github.kilianB.pcg.Pcg
-
Packages that use Pcg Package Description com.github.kilianB.pcg com.github.kilianB.pcg.cas com.github.kilianB.pcg.fast com.github.kilianB.pcg.lock com.github.kilianB.pcg.sync -
-
Uses of Pcg in com.github.kilianB.pcg
Classes in com.github.kilianB.pcg that implement Pcg Modifier and Type Class Description classRandomBase64Base class for 64 bit state pcg random number generators with 32 bit output.Methods in com.github.kilianB.pcg with parameters of type Pcg Modifier and Type Method Description default longPcg. distance(Pcg other)Return the distance between the two generators.default longPcg. distanceUnsafe(Pcg other)Return the distance between the two generators. -
Uses of Pcg in com.github.kilianB.pcg.cas
Classes in com.github.kilianB.pcg.cas that implement Pcg Modifier and Type Class Description classPcgRRCasA 64 bit State PcgRNG with 32 bit output.classPcgRSCasA 64 bit State PcgRNG with 32 bit output.classRandomBaseCASBase class for 64 bit state pcg random number generators. -
Uses of Pcg in com.github.kilianB.pcg.fast
Classes in com.github.kilianB.pcg.fast that implement Pcg Modifier and Type Class Description classPcgRSFastA 64 bit State PcgRNG with 32 bit output. -
Uses of Pcg in com.github.kilianB.pcg.lock
Classes in com.github.kilianB.pcg.lock that implement Pcg Modifier and Type Class Description classPcgRRLockedA 64 bit State PcgRNG with 32 bit output.classPcgRSLockedA 64 bit State PcgRNG with 32 bit output.classRandomBaseLockedExtension of the 64 bit state 32 bit output PCG Base. -
Uses of Pcg in com.github.kilianB.pcg.sync
Classes in com.github.kilianB.pcg.sync that implement Pcg Modifier and Type Class Description classPcgRRA 64 bit State PcgRNG with 32 bit output.classPcgRSA 64 bit State PcgRNG with 32 bit output.classRandomBaseSynchonizedExtension of the 64 bit state 32 bit output PCG Base.Methods in com.github.kilianB.pcg.sync with parameters of type Pcg Modifier and Type Method Description longRandomBaseSynchonized. distanceUnsafe(Pcg other)
-