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. |
Modifier and Type | Class | Description |
---|---|---|
class |
RngNextIntInRangeBenchmark_IntRange_jmhType |
|
class |
RngNextIntInRangeBenchmark_IntRange_jmhType_B1 |
|
class |
RngNextIntInRangeBenchmark_IntRange_jmhType_B2 |
|
class |
RngNextIntInRangeBenchmark_IntRange_jmhType_B3 |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.