Uses of Package
org.apache.commons.rng.core.source64
Packages that use org.apache.commons.rng.core.source64
Package
Description
Concrete algorithms for
long
-based sources of randomness.Utilities for seed conversion.
-
Classes in org.apache.commons.rng.core.source64 used by org.apache.commons.rng.core.source64ClassDescriptionThis abstract class is a base for algorithms from the LXM family of generators with a 128-bit LCG sub-generator.This abstract class is a base for algorithms from the LXM family of generators with a 64-bit LCG sub-generator.This abstract class is a base for algorithms from the LXM family of generators with a 64-bit LCG and 128-bit XBG sub-generator.This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit generators with 1024-bits of state.This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit generators with 128-bits of state.This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit generators with 256-bits of state.This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit generators with 512-bits of state.A 64-bit all purpose generator.A 64-bit all purpose generator.A 64-bit all purpose generator.A 64-bit all purpose generator.A 64-bit all purpose generator.A 64-bit all purpose generator.A 64-bit all purpose generator.Base class for all implementations that provide a
long
-based source randomness.Source of randomness that generates values of typelong
.Subcycle generator.Factory.A large-state all-purpose 64-bit generator.A large-state 64-bit generator suitable fordouble
generation.A large-state all-purpose 64-bit generator.A fast 64-bit generator suitable fordouble
generation.A fast all-purpose 64-bit generator.A fast all-purpose 64-bit generator.A fast RNG implementing theXorShift1024*
algorithm.A fast RNG implementing theXorShift1024*
algorithm.A fast 64-bit generator suitable fordouble
generation.A fast all-purpose 64-bit generator.A fast all-purpose 64-bit generator.A fast 64-bit generator suitable fordouble
generation.A fast all-purpose generator.A fast all-purpose generator. -
Classes in org.apache.commons.rng.core.source64 used by org.apache.commons.rng.simple.internal