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