Package | Description |
---|---|
org.apache.commons.rng.examples.jmh.distribution |
Benchmarks for samplers.
|
org.apache.commons.rng.examples.jmh.distribution.generated |
Modifier and Type | Method | Description |
---|---|---|
void |
SamplersPerformance.runAhrensDieterExponentialSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runAhrensDieterMarsagliaTsangGammaSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runBoxMullerLogNormalSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runBoxMullerNormalizedGaussianSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runChengBetaSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runContinuousUniformSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runDiscreteUniformSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runMarsagliaLogNormalSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runMarsagliaNormalizedGaussianSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runPoissonSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runRejectionInversionZipfSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runZigguratLogNormalSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
|
void |
SamplersPerformance.runZigguratNormalizedGaussianSampler(SamplersPerformance.Sources sources,
org.openjdk.jmh.infra.Blackhole bh) |
Modifier and Type | Class | Description |
---|---|---|
class |
SamplersPerformance_Sources_jmhType |
|
class |
SamplersPerformance_Sources_jmhType_B1 |
|
class |
SamplersPerformance_Sources_jmhType_B2 |
|
class |
SamplersPerformance_Sources_jmhType_B3 |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.