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 | Class | Description |
---|---|---|
class |
NextBooleanGenerationPerformance |
Executes benchmark to compare the speed of generation of random numbers from the
various source providers for
UniformRandomProvider.nextBoolean() . |
class |
NextBytesGenerationPerformance |
Executes benchmark to compare the speed of generation of random numbers from the
various source providers for
UniformRandomProvider.nextBytes(byte[]) . |
class |
NextDoubleGenerationPerformance |
Executes benchmark to compare the speed of generation of random numbers from the
various source providers for
UniformRandomProvider.nextDouble() . |
class |
NextFloatGenerationPerformance |
Executes benchmark to compare the speed of generation of random numbers from the
various source providers for
UniformRandomProvider.nextFloat() . |
class |
NextIntGenerationPerformance |
Executes benchmark to compare the speed of generation of random numbers from the
various source providers for
UniformRandomProvider.nextInt() and
UniformRandomProvider.nextInt(int) . |
class |
NextLongGenerationPerformance |
Executes benchmark to compare the speed of generation of random numbers from the
various source providers for
UniformRandomProvider.nextLong() and
UniformRandomProvider.nextLong(long) . |
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.