Package | Description |
---|---|
org.apache.commons.rng.examples.jmh.core |
Benchmarks for the
org.apache.commons.rng.core components. |
org.apache.commons.rng.examples.jmh.core.generated |
Modifier and Type | Method | Description |
---|---|---|
int |
RngNextIntInRangeBenchmark.nextIntN(RngNextIntInRangeBenchmark.IntRange range,
RngNextIntInRangeBenchmark.Source source) |
Exercise the
UniformRandomProvider.nextInt() method. |
int |
RngNextIntInRangeBenchmark.nextIntNloop65536(RngNextIntInRangeBenchmark.IntRange range,
RngNextIntInRangeBenchmark.Source source) |
Exercise the
UniformRandomProvider.nextInt() method in a loop. |
int |
RngNextIntInRangeBenchmark.pseudoShuffle(RngNextIntInRangeBenchmark.IntData data,
RngNextIntInRangeBenchmark.Source source) |
Exercise the
UniformRandomProvider.nextInt(int) method by creating
random indices for shuffling data. |
int[] |
RngNextIntInRangeBenchmark.shuffle(RngNextIntInRangeBenchmark.IntData data,
RngNextIntInRangeBenchmark.Source source) |
Exercise the
UniformRandomProvider.nextInt(int) method by shuffling
data. |
Modifier and Type | Class | Description |
---|---|---|
class |
RngNextIntInRangeBenchmark_Source_jmhType |
|
class |
RngNextIntInRangeBenchmark_Source_jmhType_B1 |
|
class |
RngNextIntInRangeBenchmark_Source_jmhType_B2 |
|
class |
RngNextIntInRangeBenchmark_Source_jmhType_B3 |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.