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.corecomponents.org.apache.commons.rng.examples.jmh.sampling.distribution Benchmarks for theorg.apache.commons.rng.sampling.distributioncomponents.org.apache.commons.rng.examples.jmh.simple Benchmarks for theorg.apache.commons.rng.simplecomponents. -
-
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 classRandomSourcesA benchmark state that can retrieve the various generators defined byRandomSourcevalues. -
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 classCachedNextGenerationPerformance.BooleanSourcesProvides 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 classContinuousSamplersPerformance.SourcesTheContinuousSamplersamplers to use for testing.static classDiscreteSamplersPerformance.SourcesTheDiscreteSamplersamplers to use for testing.static classNextGaussianPerformance.SourcesTheNormalizedGaussianSamplersamplers 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 classConstructionPerformance.SourcesThe benchmark state (retrieve the various "RandomSource"s).
-