Uses of Class
org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.IntRange
-
Packages that use RngNextIntInRangeBenchmark.IntRange Package Description org.apache.commons.rng.examples.jmh.core Benchmarks for theorg.apache.commons.rng.corecomponents. -
-
Uses of RngNextIntInRangeBenchmark.IntRange in org.apache.commons.rng.examples.jmh.core
Methods in org.apache.commons.rng.examples.jmh.core with parameters of type RngNextIntInRangeBenchmark.IntRange Modifier and Type Method Description intRngNextIntInRangeBenchmark. nextIntN(RngNextIntInRangeBenchmark.IntRange range, RngNextIntInRangeBenchmark.Source source)Exercise theUniformRandomProvider.nextInt()method.intRngNextIntInRangeBenchmark. nextIntNloop65536(RngNextIntInRangeBenchmark.IntRange range, RngNextIntInRangeBenchmark.Source source)Exercise theUniformRandomProvider.nextInt()method in a loop.
-