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 |
NextIntGenerationPerformance.nextInt(NextIntGenerationPerformance.Sources sources) |
Exercise the
UniformRandomProvider.nextInt() method. |
int |
NextIntGenerationPerformance.nextIntN(NextIntGenerationPerformance.Sources sources) |
Exercise the
UniformRandomProvider.nextInt(int) method. |
Modifier and Type | Class | Description |
---|---|---|
class |
NextIntGenerationPerformance_Sources_jmhType |
|
class |
NextIntGenerationPerformance_Sources_jmhType_B1 |
|
class |
NextIntGenerationPerformance_Sources_jmhType_B2 |
|
class |
NextIntGenerationPerformance_Sources_jmhType_B3 |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.