Uses of Class
org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.IntData
-
Packages that use RngNextIntInRangeBenchmark.IntData Package Description org.apache.commons.rng.examples.jmh.core Benchmarks for theorg.apache.commons.rng.corecomponents. -
-
Uses of RngNextIntInRangeBenchmark.IntData in org.apache.commons.rng.examples.jmh.core
Methods in org.apache.commons.rng.examples.jmh.core with parameters of type RngNextIntInRangeBenchmark.IntData Modifier and Type Method Description intRngNextIntInRangeBenchmark. pseudoShuffle(RngNextIntInRangeBenchmark.IntData data, RngNextIntInRangeBenchmark.Source source)Exercise theUniformRandomProvider.nextInt(int)method by creating random indices for shuffling data.int[]RngNextIntInRangeBenchmark. shuffle(RngNextIntInRangeBenchmark.IntData data, RngNextIntInRangeBenchmark.Source source)Exercise theUniformRandomProvider.nextInt(int)method by shuffling data.
-