Uses of Class
org.apache.commons.rng.examples.jmh.core.NextBooleanGenerationPerformance.Sources
-
Packages that use NextBooleanGenerationPerformance.Sources Package Description org.apache.commons.rng.examples.jmh.core Benchmarks for theorg.apache.commons.rng.corecomponents. -
-
Uses of NextBooleanGenerationPerformance.Sources in org.apache.commons.rng.examples.jmh.core
Methods in org.apache.commons.rng.examples.jmh.core with parameters of type NextBooleanGenerationPerformance.Sources Modifier and Type Method Description booleanNextBooleanGenerationPerformance. nextBoolean(NextBooleanGenerationPerformance.Sources sources)Exercise theUniformRandomProvider.nextBoolean()method.
-