Uses of Class
org.apache.commons.rng.examples.jmh.RandomSources
-
Packages that use RandomSources Package Description org.apache.commons.rng.examples.jmh.core Benchmarks for theorg.apache.commons.rng.corecomponents.org.apache.commons.rng.examples.jmh.sampling.distribution Benchmarks for theorg.apache.commons.rng.sampling.distributioncomponents. -
-
Uses of RandomSources in org.apache.commons.rng.examples.jmh.core
Subclasses of RandomSources in org.apache.commons.rng.examples.jmh.core Modifier and Type Class Description static classCachedNextGenerationPerformance.BooleanSourcesProvides a function to obtain a boolean value from the various "RandomSource"s. -
Uses of RandomSources in org.apache.commons.rng.examples.jmh.sampling.distribution
Subclasses of RandomSources in org.apache.commons.rng.examples.jmh.sampling.distribution Modifier and Type Class Description static classContinuousSamplersPerformance.SourcesTheContinuousSamplersamplers to use for testing.static classDiscreteSamplersPerformance.SourcesTheDiscreteSamplersamplers to use for testing.static classNextGaussianPerformance.SourcesTheNormalizedGaussianSamplersamplers to use for testing.
-