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