Uses of Class
org.apache.commons.rng.examples.jmh.RandomSourceValues
-
Packages that use RandomSourceValues Package Description org.apache.commons.rng.examples.jmh This package contains code to perform a JMH performance benchmark.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.org.apache.commons.rng.examples.jmh.simple Benchmarks for theorg.apache.commons.rng.simple
components. -
-
Uses of RandomSourceValues in org.apache.commons.rng.examples.jmh
Subclasses of RandomSourceValues in org.apache.commons.rng.examples.jmh Modifier and Type Class Description class
RandomSources
A benchmark state that can retrieve the various generators defined byRandomSource
values. -
Uses of RandomSourceValues in org.apache.commons.rng.examples.jmh.core
Subclasses of RandomSourceValues 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 RandomSourceValues in org.apache.commons.rng.examples.jmh.sampling.distribution
Subclasses of RandomSourceValues 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. -
Uses of RandomSourceValues in org.apache.commons.rng.examples.jmh.simple
Subclasses of RandomSourceValues in org.apache.commons.rng.examples.jmh.simple Modifier and Type Class Description static class
ConstructionPerformance.Sources
The benchmark state (retrieve the various "RandomSource"s).
-