SamplersPerformance_jmhType_B1
public class SamplersPerformance
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
SamplersPerformance.Sources |
The benchmark state (retrieve the various "RandomSource"s).
|
Constructor | Description |
---|---|
SamplersPerformance() |
public void runBoxMullerNormalizedGaussianSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runMarsagliaNormalizedGaussianSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runZigguratNormalizedGaussianSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runAhrensDieterExponentialSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runAhrensDieterMarsagliaTsangGammaSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runBoxMullerLogNormalSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runMarsagliaLogNormalSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runZigguratLogNormalSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runChengBetaSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runContinuousUniformSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runDiscreteUniformSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runRejectionInversionZipfSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.public void runPoissonSampler(SamplersPerformance.Sources sources, org.openjdk.jmh.infra.Blackhole bh)
sources
- Source of randomness.bh
- Data sink.Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.