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.core
components.org.apache.commons.rng.examples.jmh.sampling.distribution Benchmarks for theorg.apache.commons.rng.sampling.distribution
components. -
-
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 class
CachedNextGenerationPerformance.BooleanSources
Provides 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 class
ContinuousSamplersPerformance.Sources
TheContinuousSampler
samplers to use for testing.static class
DiscreteSamplersPerformance.Sources
TheDiscreteSampler
samplers to use for testing.static class
NextGaussianPerformance.Sources
TheNormalizedGaussianSampler
samplers to use for testing.
-