A B C D E F G I K L M N O P R S T U W X 

A

AbstractBenchmark - Class in org.apache.commons.rng.examples.jmh.core
Declares the JMH annotations for the benchmarks to compare the speed of generation of random numbers from the various source providers for UniformRandomProvider.
AbstractBenchmark() - Constructor for class org.apache.commons.rng.examples.jmh.core.AbstractBenchmark
Create a new instance.
AliasMethodDiscreteSamplerPerformance - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Executes benchmark to test the AliasMethodDiscreteSampler using different zero padding on the input probability distribution.
AliasMethodDiscreteSamplerPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.AliasMethodDiscreteSamplerPerformance
 
AliasMethodDiscreteSamplerPerformance_baseline_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_baseline_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_baseline_jmhTest
 
AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest
 
AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType
 
AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B1
 
AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B3
 
AliasMethodDiscreteSamplerPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType
 
AliasMethodDiscreteSamplerPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B1
 
AliasMethodDiscreteSamplerPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
AliasMethodDiscreteSamplerPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B3
 
AliasMethodDiscreteSamplerPerformance_sample_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
AliasMethodDiscreteSamplerPerformance_sample_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_sample_jmhTest
 
AliasMethodDiscreteSamplerPerformance.DistributionData - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The discrete probability distribution and a sampler.

B

baseline() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.AliasMethodDiscreteSamplerPerformance
Baseline for the JMH timing overhead for production of an int value.
baseline() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.ContinuousSamplersPerformance
Baseline for the JMH timing overhead for production of an double value.
baseline() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteSamplersPerformance
Baseline for the JMH timing overhead for production of an int value.
baseline() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.GeometricSamplersPerformance
Baseline for the JMH timing overhead for production of an int value.
baseline() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.NextGaussianPerformance
Baseline for the JMH timing overhead for production of an double value.
baseline_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_baseline_jmhTest
 
baseline_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_baseline_jmhTest
 
baseline_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_baseline_jmhTest
 
baseline_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_baseline_jmhTest
 
baseline_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_baseline_jmhTest
 
baseline_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_baseline_jmhTest
 
baseline_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ContinuousSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_baseline_jmhTest
 
baseline_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_baseline_jmhTest
 
baseline_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, GeometricSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_baseline_jmhTest
 
baseline_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextGaussianPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_baseline_jmhTest
 
baseline_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_baseline_jmhTest
 
baseline_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ContinuousSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_baseline_jmhTest
 
baseline_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, DiscreteSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_baseline_jmhTest
 
baseline_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, GeometricSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_baseline_jmhTest
 
baseline_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextGaussianPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_baseline_jmhTest
 
baseline_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_baseline_jmhTest
 
baseline_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_baseline_jmhTest
 
baseline_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_baseline_jmhTest
 
baseline_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_baseline_jmhTest
 
baseline_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_baseline_jmhTest
 
baseline_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_baseline_jmhTest
 
baseline_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_baseline_jmhTest
 
baseline_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_baseline_jmhTest
 
baseline_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_baseline_jmhTest
 
baseline_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_baseline_jmhTest
 
baseline_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_baseline_jmhTest
 
baseline_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ContinuousSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_baseline_jmhTest
 
baseline_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, DiscreteSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_baseline_jmhTest
 
baseline_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, GeometricSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_baseline_jmhTest
 
baseline_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextGaussianPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_baseline_jmhTest
 
baseline_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_baseline_jmhTest
 
baseline_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_baseline_jmhTest
 
baseline_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_baseline_jmhTest
 
baseline_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_baseline_jmhTest
 
baseline_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_baseline_jmhTest
 
baseline_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_baseline_jmhTest
 
baseline_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ContinuousSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_baseline_jmhTest
 
baseline_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_baseline_jmhTest
 
baseline_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, GeometricSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_baseline_jmhTest
 
baseline_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextGaussianPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_baseline_jmhTest
 
baselineBoolean() - Method in class org.apache.commons.rng.examples.jmh.core.NextBooleanGenerationPerformance
Baseline for a JMH method call returning a boolean.
baselineBoolean_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineBoolean_jmhTest
 
baselineBoolean_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineBoolean_jmhTest
 
baselineBoolean_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineBoolean_jmhTest
 
baselineBoolean_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineBoolean_jmhTest
 
baselineBoolean_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineBoolean_jmhTest
 
baselineBoolean_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineBoolean_jmhTest
 
baselineBoolean_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineBoolean_jmhTest
 
baselineBoolean_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineBoolean_jmhTest
 
baselineBytes() - Method in class org.apache.commons.rng.examples.jmh.core.NextBytesGenerationPerformance
Baseline for a JMH method call returning a byte[].
baselineBytes_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineBytes_jmhTest
 
baselineBytes_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineBytes_jmhTest
 
baselineBytes_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineBytes_jmhTest
 
baselineBytes_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineBytes_jmhTest
 
baselineBytes_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineBytes_jmhTest
 
baselineBytes_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineBytes_jmhTest
 
baselineBytes_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineBytes_jmhTest
 
baselineBytes_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineBytes_jmhTest
 
baselineConsumeObject(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
Baseline for JMH consuming a number of constructed objects.
baselineConsumeObject_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_baselineConsumeObject_jmhTest
 
baselineConsumeObject_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_baselineConsumeObject_jmhTest
 
baselineConsumeObject_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_baselineConsumeObject_jmhTest
 
baselineConsumeObject_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_baselineConsumeObject_jmhTest
 
baselineConsumeObject_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_baselineConsumeObject_jmhTest
 
baselineConsumeObject_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_baselineConsumeObject_jmhTest
 
baselineConsumeObject_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_baselineConsumeObject_jmhTest
 
baselineConsumeObject_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_baselineConsumeObject_jmhTest
 
baselineDouble() - Method in class org.apache.commons.rng.examples.jmh.core.NextDoubleGenerationPerformance
Baseline for a JMH method call returning a double.
baselineDouble_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineDouble_jmhTest
 
baselineDouble_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineDouble_jmhTest
 
baselineDouble_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineDouble_jmhTest
 
baselineDouble_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineDouble_jmhTest
 
baselineDouble_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineDouble_jmhTest
 
baselineDouble_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineDouble_jmhTest
 
baselineDouble_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineDouble_jmhTest
 
baselineDouble_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineDouble_jmhTest
 
baselineExp(PoissonSamplersPerformance.Means) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance
Baseline for Math.exp(double).
baselineExp_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineExp_jmhTest
 
baselineExp_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplersPerformance_Means_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineExp_jmhTest
 
baselineExp_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, PoissonSamplersPerformance_Means_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineExp_jmhTest
 
baselineExp_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineExp_jmhTest
 
baselineExp_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineExp_jmhTest
 
baselineExp_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, PoissonSamplersPerformance_Means_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineExp_jmhTest
 
baselineExp_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineExp_jmhTest
 
baselineExp_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplersPerformance_Means_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineExp_jmhTest
 
baselineFloat() - Method in class org.apache.commons.rng.examples.jmh.core.NextFloatGenerationPerformance
Baseline for a JMH method call returning a float.
baselineFloat_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineFloat_jmhTest
 
baselineFloat_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineFloat_jmhTest
 
baselineFloat_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineFloat_jmhTest
 
baselineFloat_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineFloat_jmhTest
 
baselineFloat_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineFloat_jmhTest
 
baselineFloat_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineFloat_jmhTest
 
baselineFloat_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineFloat_jmhTest
 
baselineFloat_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineFloat_jmhTest
 
BaselineGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.core
Benchmarks to check linearity in the baseline implementations of UniformRandomProvider.
BaselineGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.core.BaselineGenerationPerformance
 
BaselineGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType
 
BaselineGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B1
 
BaselineGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
BaselineGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B3
 
BaselineGenerationPerformance_nextBoolean_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_nextBoolean_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBoolean_jmhTest
 
BaselineGenerationPerformance_nextBytes_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_nextBytes_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBytes_jmhTest
 
BaselineGenerationPerformance_nextDouble_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_nextDouble_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextDouble_jmhTest
 
BaselineGenerationPerformance_nextFloat_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_nextFloat_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextFloat_jmhTest
 
BaselineGenerationPerformance_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextInt_jmhTest
 
BaselineGenerationPerformance_nextIntN_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_nextIntN_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextIntN_jmhTest
 
BaselineGenerationPerformance_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLong_jmhTest
 
BaselineGenerationPerformance_nextLongN_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
BaselineGenerationPerformance_nextLongN_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLongN_jmhTest
 
baselineInt() - Method in class org.apache.commons.rng.examples.jmh.core.NextIntGenerationPerformance
Baseline for a JMH method call returning an int.
baselineInt() - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark
Baseline for a JMH method call returning an int.
baselineInt() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance
Baseline for the JMH timing overhead for production of an int value.
baselineInt() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance
Baseline for the JMH timing overhead for production of an int value.
baselineInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
Baseline for a JMH method call returning an int.
baselineInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineInt_jmhTest
 
baselineInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_baselineInt_jmhTest
 
baselineInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest
 
baselineInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineInt_jmhTest
 
baselineInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineInt_jmhTest
 
baselineInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineInt_jmhTest
 
baselineInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_baselineInt_jmhTest
 
baselineInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest
 
baselineInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineInt_jmhTest
 
baselineInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineInt_jmhTest
 
baselineInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineInt_jmhTest
 
baselineInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_baselineInt_jmhTest
 
baselineInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest
 
baselineInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineInt_jmhTest
 
baselineInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineInt_jmhTest
 
baselineInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineInt_jmhTest
 
baselineInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_baselineInt_jmhTest
 
baselineInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest
 
baselineInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineInt_jmhTest
 
baselineInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineInt_jmhTest
 
baselineInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineInt_jmhTest
 
baselineInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_baselineInt_jmhTest
 
baselineInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest
 
baselineInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineInt_jmhTest
 
baselineInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineInt_jmhTest
 
baselineInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineInt_jmhTest
 
baselineInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_baselineInt_jmhTest
 
baselineInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest
 
baselineInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineInt_jmhTest
 
baselineInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineInt_jmhTest
 
baselineInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineInt_jmhTest
 
baselineInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_baselineInt_jmhTest
 
baselineInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest
 
baselineInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineInt_jmhTest
 
baselineInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineInt_jmhTest
 
baselineInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineInt_jmhTest
 
baselineInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_baselineInt_jmhTest
 
baselineInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest
 
baselineInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineInt_jmhTest
 
baselineInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineInt_jmhTest
 
baselineIntArray() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
Baseline for a JMH method call returning an int[].
baselineIntArray_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineIntArray_jmhTest
 
baselineIntArray_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineIntArray_jmhTest
 
baselineIntArray_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineIntArray_jmhTest
 
baselineIntArray_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineIntArray_jmhTest
 
baselineIntArray_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineIntArray_jmhTest
 
baselineIntArray_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineIntArray_jmhTest
 
baselineIntArray_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineIntArray_jmhTest
 
baselineIntArray_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineIntArray_jmhTest
 
baselineLong() - Method in class org.apache.commons.rng.examples.jmh.core.NextLongGenerationPerformance
Baseline for a JMH method call returning a long.
baselineLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
Baseline for a JMH method call returning an long.
baselineLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineLong_jmhTest
 
baselineLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineLong_jmhTest
 
baselineLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineLong_jmhTest
 
baselineLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineLong_jmhTest
 
baselineLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineLong_jmhTest
 
baselineLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineLong_jmhTest
 
baselineLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineLong_jmhTest
 
baselineLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineLong_jmhTest
 
baselineLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineLong_jmhTest
 
baselineLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineLong_jmhTest
 
baselineLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineLong_jmhTest
 
baselineLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineLong_jmhTest
 
baselineLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineLong_jmhTest
 
baselineLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineLong_jmhTest
 
baselineLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineLong_jmhTest
 
baselineLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineLong_jmhTest
 
baselineLongArray() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
Baseline for a JMH method call returning an long[].
baselineLongArray_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineLongArray_jmhTest
 
baselineLongArray_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineLongArray_jmhTest
 
baselineLongArray_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineLongArray_jmhTest
 
baselineLongArray_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineLongArray_jmhTest
 
baselineLongArray_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineLongArray_jmhTest
 
baselineLongArray_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineLongArray_jmhTest
 
baselineLongArray_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineLongArray_jmhTest
 
baselineLongArray_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineLongArray_jmhTest
 
baselineNextDouble(EnumeratedDistributionSamplersPerformance.LocalRandomSources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance
Baseline for the production of a double value.
baselineNextDouble_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest
 
baselineNextDouble_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest
 
baselineNextDouble_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest
 
baselineNextDouble_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest
 
baselineNextDouble_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest
 
baselineNextDouble_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest
 
baselineNextDouble_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest
 
baselineNextDouble_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest
 
baselineRandom(ListShuffleBenchmark.ShuffleData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Baseline a shuffle using the Random.
baselineRandom_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRandom_jmhTest
 
baselineRandom_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRandom_jmhTest
 
baselineRandom_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRandom_jmhTest
 
baselineRandom_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRandom_jmhTest
 
baselineRandom_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRandom_jmhTest
 
baselineRandom_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRandom_jmhTest
 
baselineRandom_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRandom_jmhTest
 
baselineRandom_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRandom_jmhTest
 
baselineRNG(ListShuffleBenchmark.ShuffleData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Baseline a shuffle using the UniformRandomProvider.
baselineRNG_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG_jmhTest
 
baselineRNG_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG_jmhTest
 
baselineRNG_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG_jmhTest
 
baselineRNG_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG_jmhTest
 
baselineRNG_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG_jmhTest
 
baselineRNG_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG_jmhTest
 
baselineRNG_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG_jmhTest
 
baselineRNG_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG_jmhTest
 
baselineRNG2(ListShuffleBenchmark.ShuffleData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Baseline a shuffle using the UniformRandomProvider.
baselineRNG2_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG2_jmhTest
 
baselineRNG2_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG2_jmhTest
 
baselineRNG2_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG2_jmhTest
 
baselineRNG2_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG2_jmhTest
 
baselineRNG2_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG2_jmhTest
 
baselineRNG2_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG2_jmhTest
 
baselineRNG2_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG2_jmhTest
 
baselineRNG2_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG2_jmhTest
 
baselineRNG3(ListShuffleBenchmark.ShuffleData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Baseline a shuffle using the UniformRandomProvider.
baselineRNG3_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG3_jmhTest
 
baselineRNG3_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG3_jmhTest
 
baselineRNG3_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG3_jmhTest
 
baselineRNG3_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG3_jmhTest
 
baselineRNG3_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG3_jmhTest
 
baselineRNG3_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG3_jmhTest
 
baselineRNG3_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG3_jmhTest
 
baselineRNG3_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ShuffleData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG3_jmhTest
 
BaselineSources - Class in org.apache.commons.rng.examples.jmh.core
A benchmark state that can retrieve the various generators defined by RandomSource values.
BaselineSources() - Constructor for class org.apache.commons.rng.examples.jmh.core.BaselineSources
 
BaselineUtils - Class in org.apache.commons.rng.examples.jmh.core
Defines baseline implementations for the UniformRandomProvider.
baselineVoid() - Method in class org.apache.commons.rng.examples.jmh.core.NextBooleanGenerationPerformance
Baseline for a JMH method call with no return value.
baselineVoid() - Method in class org.apache.commons.rng.examples.jmh.core.NextBytesGenerationPerformance
Baseline for a JMH method call with no return value.
baselineVoid() - Method in class org.apache.commons.rng.examples.jmh.core.NextDoubleGenerationPerformance
Baseline for a JMH method call with no return value.
baselineVoid() - Method in class org.apache.commons.rng.examples.jmh.core.NextFloatGenerationPerformance
Baseline for a JMH method call with no return value.
baselineVoid() - Method in class org.apache.commons.rng.examples.jmh.core.NextIntGenerationPerformance
Baseline for a JMH method call with no return value.
baselineVoid() - Method in class org.apache.commons.rng.examples.jmh.core.NextLongGenerationPerformance
Baseline for a JMH method call with no return value.
baselineVoid() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
Baseline for a JMH method call with no return value.
baselineVoid() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
Baseline for a JMH method call with no return value.
baselineVoid_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineVoid_jmhTest
 
baselineVoid_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineVoid_jmhTest
 

C

ConstructionPerformance - Class in org.apache.commons.rng.examples.jmh.simple
Executes a benchmark to compare the speed of construction of random number providers.
ConstructionPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
Default constructor to initialise state.
ConstructionPerformance_baselineConsumeObject_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_baselineConsumeObject_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_baselineConsumeObject_jmhTest
 
ConstructionPerformance_createByteArray_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_createByteArray_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createByteArray_jmhTest
 
ConstructionPerformance_createIntArraySeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_createIntArraySeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createIntArraySeed_jmhTest
 
ConstructionPerformance_createLongArraySeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_createLongArraySeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongArraySeed_jmhTest
 
ConstructionPerformance_createLongSeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_createLongSeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongSeed_jmhTest
 
ConstructionPerformance_createNativeSeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_createNativeSeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNativeSeed_jmhTest
 
ConstructionPerformance_createNullSeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_createNullSeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNullSeed_jmhTest
 
ConstructionPerformance_createSelfSeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_createSelfSeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSelfSeed_jmhTest
 
ConstructionPerformance_createSingleIntegerSeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_createSingleIntegerSeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleIntegerSeed_jmhTest
 
ConstructionPerformance_createSingleLongSeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_createSingleLongSeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleLongSeed_jmhTest
 
ConstructionPerformance_IntSizes_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_IntSizes_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType
 
ConstructionPerformance_IntSizes_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_IntSizes_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B1
 
ConstructionPerformance_IntSizes_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_IntSizes_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
ConstructionPerformance_IntSizes_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_IntSizes_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B3
 
ConstructionPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType
 
ConstructionPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B1
 
ConstructionPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
ConstructionPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B3
 
ConstructionPerformance_LongSizes_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_LongSizes_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType
 
ConstructionPerformance_LongSizes_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_LongSizes_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B1
 
ConstructionPerformance_LongSizes_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_LongSizes_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
ConstructionPerformance_LongSizes_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_LongSizes_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B3
 
ConstructionPerformance_lookupNewInstance_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_lookupNewInstance_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_lookupNewInstance_jmhTest
 
ConstructionPerformance_newInstance_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newInstance_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newInstance_jmhTest
 
ConstructionPerformance_newISAACRandom_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newISAACRandom_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newISAACRandom_jmhTest
 
ConstructionPerformance_newJDKRandom_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newJDKRandom_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newJDKRandom_jmhTest
 
ConstructionPerformance_newKISSRandom_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newKISSRandom_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newKISSRandom_jmhTest
 
ConstructionPerformance_newMersenneTwister_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newMersenneTwister_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister_jmhTest
 
ConstructionPerformance_newMersenneTwister64_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newMersenneTwister64_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister64_jmhTest
 
ConstructionPerformance_newMultiplyWithCarry256_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newMultiplyWithCarry256_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMultiplyWithCarry256_jmhTest
 
ConstructionPerformance_newObject_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newObject_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newObject_jmhTest
 
ConstructionPerformance_newSplitMix64_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newSplitMix64_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newSplitMix64_jmhTest
 
ConstructionPerformance_newTwoCmres_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newTwoCmres_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newTwoCmres_jmhTest
 
ConstructionPerformance_newWell1024a_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newWell1024a_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell1024a_jmhTest
 
ConstructionPerformance_newWell19937a_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newWell19937a_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937a_jmhTest
 
ConstructionPerformance_newWell19937c_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newWell19937c_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937c_jmhTest
 
ConstructionPerformance_newWell44497a_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newWell44497a_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497a_jmhTest
 
ConstructionPerformance_newWell44497b_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newWell44497b_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497b_jmhTest
 
ConstructionPerformance_newWell512a_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newWell512a_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell512a_jmhTest
 
ConstructionPerformance_newXoRoShiRo128Plus_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoRoShiRo128Plus_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128Plus_jmhTest
 
ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest
 
ConstructionPerformance_newXoRoShiRo64Star_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoRoShiRo64Star_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64Star_jmhTest
 
ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest
 
ConstructionPerformance_newXorShift1024Star_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXorShift1024Star_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024Star_jmhTest
 
ConstructionPerformance_newXorShift1024StarPhi_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXorShift1024StarPhi_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024StarPhi_jmhTest
 
ConstructionPerformance_newXoShiRo128Plus_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoShiRo128Plus_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128Plus_jmhTest
 
ConstructionPerformance_newXoShiRo128StarStar_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoShiRo128StarStar_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128StarStar_jmhTest
 
ConstructionPerformance_newXoShiRo256Plus_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoShiRo256Plus_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256Plus_jmhTest
 
ConstructionPerformance_newXoShiRo256StarStar_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoShiRo256StarStar_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256StarStar_jmhTest
 
ConstructionPerformance_newXoShiRo512Plus_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoShiRo512Plus_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512Plus_jmhTest
 
ConstructionPerformance_newXoShiRo512StarStar_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_newXoShiRo512StarStar_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512StarStar_jmhTest
 
ConstructionPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType
 
ConstructionPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B1
 
ConstructionPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
ConstructionPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ConstructionPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B3
 
ConstructionPerformance.IntSizes - Class in org.apache.commons.rng.examples.jmh.simple
The number of int values that are required to seed a generator.
ConstructionPerformance.LongSizes - Class in org.apache.commons.rng.examples.jmh.simple
The number of long values that are required to seed a generator.
ConstructionPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.simple
The benchmark state (retrieve the various "RandomSource"s).
ContinuousSamplersPerformance - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Executes benchmark to compare the speed of generation of random numbers from the various source providers for different types of ContinuousSampler.
ContinuousSamplersPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.ContinuousSamplersPerformance
 
ContinuousSamplersPerformance_baseline_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_baseline_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_baseline_jmhTest
 
ContinuousSamplersPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType
 
ContinuousSamplersPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B1
 
ContinuousSamplersPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
ContinuousSamplersPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B3
 
ContinuousSamplersPerformance_sample_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_sample_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_sample_jmhTest
 
ContinuousSamplersPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType
 
ContinuousSamplersPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B1
 
ContinuousSamplersPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
ContinuousSamplersPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
ContinuousSamplersPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B3
 
ContinuousSamplersPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The ContinuousSampler samplers to use for testing.
createBaseline() - Method in class org.apache.commons.rng.examples.jmh.core.BaselineSources
Creates the baseline UniformRandomProvider.
createBaseline() - Method in class org.apache.commons.rng.examples.jmh.core.NextBooleanGenerationPerformance.Sources
Creates the baseline UniformRandomProvider.
createBaseline() - Method in class org.apache.commons.rng.examples.jmh.core.NextBytesGenerationPerformance.Sources
Creates the baseline UniformRandomProvider.
createBaseline() - Method in class org.apache.commons.rng.examples.jmh.core.NextDoubleGenerationPerformance.Sources
Creates the baseline UniformRandomProvider.
createBaseline() - Method in class org.apache.commons.rng.examples.jmh.core.NextFloatGenerationPerformance.Sources
Creates the baseline UniformRandomProvider.
createBaseline() - Method in class org.apache.commons.rng.examples.jmh.core.NextIntGenerationPerformance.Sources
Creates the baseline UniformRandomProvider.
createBaseline() - Method in class org.apache.commons.rng.examples.jmh.core.NextLongGenerationPerformance.Sources
Creates the baseline UniformRandomProvider.
createByteArray(ConstructionPerformance.Sources, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
createByteArray_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createByteArray_jmhTest
 
createByteArray_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createByteArray_jmhTest
 
createByteArray_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createByteArray_jmhTest
 
createByteArray_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createByteArray_jmhTest
 
createByteArray_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createByteArray_jmhTest
 
createByteArray_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createByteArray_jmhTest
 
createByteArray_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createByteArray_jmhTest
 
createByteArray_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createByteArray_jmhTest
 
createIntArraySeed(ConstructionPerformance.IntSizes, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
createIntArraySeed(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
createIntArraySeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_IntSizes_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_IntSizes_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_IntSizes_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_IntSizes_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createIntArraySeed_jmhTest
 
createIntArraySeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createIntArraySeed_jmhTest
 
createLongArraySeed(ConstructionPerformance.LongSizes, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
createLongArraySeed(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
createLongArraySeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_LongSizes_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_LongSizes_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_LongSizes_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_LongSizes_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongArraySeed_jmhTest
 
createLongArraySeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createLongArraySeed_jmhTest
 
createLongSeed(ConstructionPerformance.Sources, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
createLongSeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongSeed_jmhTest
 
createLongSeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongSeed_jmhTest
 
createLongSeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongSeed_jmhTest
 
createLongSeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongSeed_jmhTest
 
createLongSeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongSeed_jmhTest
 
createLongSeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongSeed_jmhTest
 
createLongSeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongSeed_jmhTest
 
createLongSeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createLongSeed_jmhTest
 
createNativeSeed(ConstructionPerformance.Sources, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
createNativeSeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNativeSeed_jmhTest
 
createNativeSeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNativeSeed_jmhTest
 
createNativeSeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNativeSeed_jmhTest
 
createNativeSeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNativeSeed_jmhTest
 
createNativeSeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNativeSeed_jmhTest
 
createNativeSeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNativeSeed_jmhTest
 
createNativeSeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNativeSeed_jmhTest
 
createNativeSeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNativeSeed_jmhTest
 
createNullSeed(ConstructionPerformance.Sources, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
createNullSeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNullSeed_jmhTest
 
createNullSeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNullSeed_jmhTest
 
createNullSeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNullSeed_jmhTest
 
createNullSeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNullSeed_jmhTest
 
createNullSeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNullSeed_jmhTest
 
createNullSeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNullSeed_jmhTest
 
createNullSeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNullSeed_jmhTest
 
createNullSeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createNullSeed_jmhTest
 
createProbabilities() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.KnownDistributionSources
Creates the probabilities for the distribution.
createProbabilities() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.RandomDistributionSources
Creates the probabilities for the distribution.
createProbabilities() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.SamplerSources
Creates the probabilities for the distribution.
createSampler() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.SamplerSources
Creates a new instance of the sampler.
createSampler() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance.Sources
Creates a new instance of the sampler.
createSampler(AliasMethodDiscreteSamplerPerformance.DistributionData) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.AliasMethodDiscreteSamplerPerformance
Create the sampler.
createSampler_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest
 
createSampler_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest
 
createSampler_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest
 
createSampler_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest
 
createSampler_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest
 
createSampler_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest
 
createSampler_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest
 
createSampler_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_createSampler_jmhTest
 
createSelfSeed(ConstructionPerformance.Sources, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
Test the native seed with arrays truncated to length 1.
createSelfSeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSelfSeed_jmhTest
 
createSelfSeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSelfSeed_jmhTest
 
createSelfSeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSelfSeed_jmhTest
 
createSelfSeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSelfSeed_jmhTest
 
createSelfSeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSelfSeed_jmhTest
 
createSelfSeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSelfSeed_jmhTest
 
createSelfSeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSelfSeed_jmhTest
 
createSelfSeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSelfSeed_jmhTest
 
createSingleIntegerSeed(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
createSingleIntegerSeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleIntegerSeed_jmhTest
 
createSingleIntegerSeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleIntegerSeed_jmhTest
 
createSingleIntegerSeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleIntegerSeed_jmhTest
 
createSingleIntegerSeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleIntegerSeed_jmhTest
 
createSingleIntegerSeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleIntegerSeed_jmhTest
 
createSingleIntegerSeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleIntegerSeed_jmhTest
 
createSingleIntegerSeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleIntegerSeed_jmhTest
 
createSingleIntegerSeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleIntegerSeed_jmhTest
 
createSingleLongSeed(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
createSingleLongSeed_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleLongSeed_jmhTest
 
createSingleLongSeed_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleLongSeed_jmhTest
 
createSingleLongSeed_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleLongSeed_jmhTest
 
createSingleLongSeed_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleLongSeed_jmhTest
 
createSingleLongSeed_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleLongSeed_jmhTest
 
createSingleLongSeed_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleLongSeed_jmhTest
 
createSingleLongSeed_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleLongSeed_jmhTest
 
createSingleLongSeed_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_createSingleLongSeed_jmhTest
 

D

DiscreteSamplersPerformance - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Executes benchmark to compare the speed of generation of random numbers from the various source providers for different types of DiscreteSampler.
DiscreteSamplersPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteSamplersPerformance
 
DiscreteSamplersPerformance_baseline_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_baseline_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_baseline_jmhTest
 
DiscreteSamplersPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType
 
DiscreteSamplersPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B1
 
DiscreteSamplersPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
DiscreteSamplersPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B3
 
DiscreteSamplersPerformance_sample_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_sample_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_sample_jmhTest
 
DiscreteSamplersPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType
 
DiscreteSamplersPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B1
 
DiscreteSamplersPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
DiscreteSamplersPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteSamplersPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B3
 
DiscreteSamplersPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The DiscreteSampler samplers to use for testing.
DiscreteUniformSamplerGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Executes benchmark to compare the speed of generation of integer numbers in a positive range using the DiscreteUniformSampler or UniformRandomProvider.nextInt(int).
DiscreteUniformSamplerGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteUniformSamplerGenerationPerformance
 
DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType
 
DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B1
 
DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B3
 
DiscreteUniformSamplerGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType
 
DiscreteUniformSamplerGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B1
 
DiscreteUniformSamplerGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
DiscreteUniformSamplerGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B3
 
DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest
 
DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest
 
DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest
 
DiscreteUniformSamplerGenerationPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType
 
DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B1
 
DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B3
 
DiscreteUniformSamplerGenerationPerformance.IntRange - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The upper range for the int generation.
DiscreteUniformSamplerGenerationPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The benchmark state (retrieve the various "RandomSource"s).
DistributionData() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.AliasMethodDiscreteSamplerPerformance.DistributionData
 

E

EnumeratedDistributionSamplersPerformance - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Executes benchmark to compare the speed of generation of random numbers from an enumerated discrete probability distribution.
EnumeratedDistributionSamplersPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance
 
EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineInt_jmhTest
 
EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_baselineNextDouble_jmhTest
 
EnumeratedDistributionSamplersPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType
 
EnumeratedDistributionSamplersPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B1
 
EnumeratedDistributionSamplersPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
EnumeratedDistributionSamplersPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B3
 
EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType
 
EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B1
 
EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B3
 
EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType
 
EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B1
 
EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B3
 
EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType
 
EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B1
 
EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B3
 
EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest
 
EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest
 
EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest
 
EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest
 
EnumeratedDistributionSamplersPerformance.KnownDistributionSources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Define known probability distributions for testing.
EnumeratedDistributionSamplersPerformance.LocalRandomSources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The random sources to use for testing.
EnumeratedDistributionSamplersPerformance.RandomDistributionSources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Define random probability distributions of known size for testing.
EnumeratedDistributionSamplersPerformance.SamplerSources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The DiscreteSampler samplers to use for testing.

F

FloatingPointGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.core
Executes benchmark to compare the speed of generation of floating point numbers from the integer primitives.
FloatingPointGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance
 
FloatingPointGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType
 
FloatingPointGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B1
 
FloatingPointGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
FloatingPointGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B3
 
FloatingPointGenerationPerformance_LongSource_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_LongSource_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType
 
FloatingPointGenerationPerformance_LongSource_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_LongSource_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B1
 
FloatingPointGenerationPerformance_LongSource_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_LongSource_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
FloatingPointGenerationPerformance_LongSource_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_LongSource_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B3
 
FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest
 
FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest
 
FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest
 
FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest
 
FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest
 
FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest
 
FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest
 
FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest
 
FloatingPointGenerationPerformance.LongSource - Class in org.apache.commons.rng.examples.jmh.core
Mimic the generation of the SplitMix64 algorithm.

G

GeometricSamplersPerformance - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Executes a benchmark to compare the speed of generation of Geometric random numbers using different methods.
GeometricSamplersPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.GeometricSamplersPerformance
 
GeometricSamplersPerformance_baseline_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_baseline_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_baseline_jmhTest
 
GeometricSamplersPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType
 
GeometricSamplersPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B1
 
GeometricSamplersPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
GeometricSamplersPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B3
 
GeometricSamplersPerformance_sample_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_sample_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_sample_jmhTest
 
GeometricSamplersPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType
 
GeometricSamplersPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B1
 
GeometricSamplersPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
GeometricSamplersPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
GeometricSamplersPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B3
 
GeometricSamplersPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The samplers's to use for testing.
getAlpha() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.AliasMethodDiscreteSamplerPerformance.DistributionData
 
getBlockSize() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance.TestSizes
 
getByteSeeds() - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.Sources
Gets the native seeds for the RandomSource.
getConstructor() - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.Sources
Gets the constructor.
getData() - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.IntData
Gets the data.
getGenerator() - Method in class org.apache.commons.rng.examples.jmh.core.BaselineSources
Gets the generator.
getGenerator() - Method in class org.apache.commons.rng.examples.jmh.RandomSources
Gets the generator.
getGenerator() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteUniformSamplerGenerationPerformance.Sources
 
getGenerator() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.LocalRandomSources
 
getGenerator() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance.Sources
 
getGenerator() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance.Sources
 
getGenerator() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance.SeedRandomSources
Gets the generator.
getImplementingClass() - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.Sources
Gets the implementing class.
getList() - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.LinkedListData
Gets the list.
getList() - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ListData
Gets the list.
getMax() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance.MeanRange
Gets the max of the range.
getMean() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance.Means
Gets the mean.
getMean(int) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance.MeanRange
Gets the mean.
getMin() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance.MeanRange
Gets the min of the range.
getN() - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.IntRange
Gets the upper bound n.
getNativeSeeds() - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.Sources
Gets the native seeds for the RandomSource.
getNativeSeeds1() - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.Sources
Gets the native seeds for the RandomSource with arrays truncated to length 1.
getNextBoolean() - Static method in class org.apache.commons.rng.examples.jmh.core.BaselineUtils
Gets a baseline provider for UniformRandomProvider.nextBoolean().
getNextBytes() - Static method in class org.apache.commons.rng.examples.jmh.core.BaselineUtils
Gets a baseline provider for UniformRandomProvider.nextBytes(byte[]) and UniformRandomProvider.nextBytes(byte[], int, int).
getNextDouble() - Static method in class org.apache.commons.rng.examples.jmh.core.BaselineUtils
Gets a baseline provider for UniformRandomProvider.nextDouble().
getNextFloat() - Static method in class org.apache.commons.rng.examples.jmh.core.BaselineUtils
Gets a baseline provider for UniformRandomProvider.nextFloat().
getNextInt() - Static method in class org.apache.commons.rng.examples.jmh.core.BaselineUtils
Gets a baseline provider for UniformRandomProvider.nextInt() and UniformRandomProvider.nextInt(int).
getNextLong() - Static method in class org.apache.commons.rng.examples.jmh.core.BaselineUtils
Gets a baseline provider for UniformRandomProvider.nextLong() and UniformRandomProvider.nextLong(long).
getProbabilities() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.AliasMethodDiscreteSamplerPerformance.DistributionData
 
getRandom() - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ShuffleData
Gets the random.
getRandomSource() - Method in class org.apache.commons.rng.examples.jmh.RandomSourceValues
Gets the random source.
getRandomSource() - Method in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance.Sources
 
getRng() - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.Source
Gets the random generator.
getRNG() - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.LinkedListData
Gets the uniform random provider.
getRNG() - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ShuffleData
Gets the uniform random provider.
getRNG() - Method in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance.LocalSources
 
getSampler() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.AliasMethodDiscreteSamplerPerformance.DistributionData
 
getSampler() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.ContinuousSamplersPerformance.Sources
 
getSampler() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteSamplersPerformance.Sources
 
getSampler() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.SamplerSources
Gets the sampler.
getSampler() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.GeometricSamplersPerformance.Sources
 
getSampler() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance.Sources
Gets the sampler.
getSize() - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ShuffleData
Gets the size.
getSize() - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.IntSizes
Gets the number of int values required.
getSize() - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.LongSizes
Gets the number of long values required.
getSize() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance.SeedSizes
Gets the number of int values required.
getSize() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance.TestSizes
Gets the number of int values required.
getUpperBound() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteUniformSamplerGenerationPerformance.IntRange
Gets the upper bound.

I

IntData() - Constructor for class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.IntData
 
IntRange() - Constructor for class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.IntRange
 
IntRange() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteUniformSamplerGenerationPerformance.IntRange
 
IntSizes() - Constructor for class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.IntSizes
 

K

KnownDistributionSources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.KnownDistributionSources
 

L

LinkedListData() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.LinkedListData
 
ListData() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ListData
 
ListShuffleBenchmark - Class in org.apache.commons.rng.examples.jmh.sampling
Executes benchmark to compare the speed of shuffling a List.
ListShuffleBenchmark() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
 
ListShuffleBenchmark_baselineRandom_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_baselineRandom_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRandom_jmhTest
 
ListShuffleBenchmark_baselineRNG_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_baselineRNG_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG_jmhTest
 
ListShuffleBenchmark_baselineRNG2_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_baselineRNG2_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG2_jmhTest
 
ListShuffleBenchmark_baselineRNG3_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_baselineRNG3_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_baselineRNG3_jmhTest
 
ListShuffleBenchmark_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType
 
ListShuffleBenchmark_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B1
 
ListShuffleBenchmark_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
ListShuffleBenchmark_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B3
 
ListShuffleBenchmark_LinkedListData_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_LinkedListData_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType
 
ListShuffleBenchmark_LinkedListData_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_LinkedListData_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B1
 
ListShuffleBenchmark_LinkedListData_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_LinkedListData_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
ListShuffleBenchmark_LinkedListData_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_LinkedListData_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B3
 
ListShuffleBenchmark_ListData_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_ListData_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType
 
ListShuffleBenchmark_ListData_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_ListData_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B1
 
ListShuffleBenchmark_ListData_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_ListData_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
ListShuffleBenchmark_ListData_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_ListData_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B3
 
ListShuffleBenchmark_ShuffleData_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_ShuffleData_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType
 
ListShuffleBenchmark_ShuffleData_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_ShuffleData_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B1
 
ListShuffleBenchmark_ShuffleData_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_ShuffleData_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
ListShuffleBenchmark_ShuffleData_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_ShuffleData_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B3
 
ListShuffleBenchmark_shuffleDirect_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_shuffleDirect_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleDirect_jmhTest
 
ListShuffleBenchmark_shuffleIterator_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_shuffleIterator_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleIterator_jmhTest
 
ListShuffleBenchmark_usingCollections_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingCollections_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingCollections_jmhTest
 
ListShuffleBenchmark_usingDirectRandomAccess_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingDirectRandomAccess_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccess_jmhTest
 
ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest
 
ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest
 
ListShuffleBenchmark_usingListSampler_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingListSampler_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSampler_jmhTest
 
ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest
 
ListShuffleBenchmark_usingPermutationSampler_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingPermutationSampler_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSampler_jmhTest
 
ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest
 
ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest
 
ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.generated
 
ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest
 
ListShuffleBenchmark.LinkedListData - Class in org.apache.commons.rng.examples.jmh.sampling
The LinkedList to shuffle.
ListShuffleBenchmark.ListData - Class in org.apache.commons.rng.examples.jmh.sampling
The list to shuffle.
ListShuffleBenchmark.ShuffleData - Class in org.apache.commons.rng.examples.jmh.sampling
The data for the shuffle.
LocalRandomSources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.LocalRandomSources
 
LocalSources() - Constructor for class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance.LocalSources
 
LongSizes() - Constructor for class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.LongSizes
 
LongSource() - Constructor for class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance.LongSource
 
lookupNewInstance(ConstructionPerformance.Sources, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
Create a new instance using reflection to lookup the constructor then invoke it.
lookupNewInstance_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_lookupNewInstance_jmhTest
 
lookupNewInstance_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_lookupNewInstance_jmhTest
 
lookupNewInstance_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_lookupNewInstance_jmhTest
 
lookupNewInstance_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_lookupNewInstance_jmhTest
 
lookupNewInstance_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_lookupNewInstance_jmhTest
 
lookupNewInstance_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_lookupNewInstance_jmhTest
 
lookupNewInstance_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_lookupNewInstance_jmhTest
 
lookupNewInstance_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_lookupNewInstance_jmhTest
 

M

MeanRange() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance.MeanRange
 
Means() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance.Means
 

N

newInstance(ConstructionPerformance.Sources, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
Create a new instance using reflection with a cached constructor.
newInstance_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newInstance_jmhTest
 
newInstance_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newInstance_jmhTest
 
newInstance_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newInstance_jmhTest
 
newInstance_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newInstance_jmhTest
 
newInstance_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newInstance_jmhTest
 
newInstance_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newInstance_jmhTest
 
newInstance_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newInstance_jmhTest
 
newInstance_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_Sources_jmhType, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newInstance_jmhTest
 
newISAACRandom(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newISAACRandom_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newISAACRandom_jmhTest
 
newISAACRandom_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newISAACRandom_jmhTest
 
newISAACRandom_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newISAACRandom_jmhTest
 
newISAACRandom_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newISAACRandom_jmhTest
 
newISAACRandom_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newISAACRandom_jmhTest
 
newISAACRandom_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newISAACRandom_jmhTest
 
newISAACRandom_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newISAACRandom_jmhTest
 
newISAACRandom_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newISAACRandom_jmhTest
 
newJDKRandom(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newJDKRandom_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newJDKRandom_jmhTest
 
newJDKRandom_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newJDKRandom_jmhTest
 
newJDKRandom_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newJDKRandom_jmhTest
 
newJDKRandom_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newJDKRandom_jmhTest
 
newJDKRandom_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newJDKRandom_jmhTest
 
newJDKRandom_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newJDKRandom_jmhTest
 
newJDKRandom_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newJDKRandom_jmhTest
 
newJDKRandom_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newJDKRandom_jmhTest
 
newKISSRandom(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newKISSRandom_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newKISSRandom_jmhTest
 
newKISSRandom_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newKISSRandom_jmhTest
 
newKISSRandom_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newKISSRandom_jmhTest
 
newKISSRandom_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newKISSRandom_jmhTest
 
newKISSRandom_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newKISSRandom_jmhTest
 
newKISSRandom_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newKISSRandom_jmhTest
 
newKISSRandom_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newKISSRandom_jmhTest
 
newKISSRandom_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newKISSRandom_jmhTest
 
newMersenneTwister(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newMersenneTwister_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister_jmhTest
 
newMersenneTwister_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister_jmhTest
 
newMersenneTwister_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister_jmhTest
 
newMersenneTwister_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister_jmhTest
 
newMersenneTwister_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister_jmhTest
 
newMersenneTwister_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister_jmhTest
 
newMersenneTwister_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister_jmhTest
 
newMersenneTwister_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister_jmhTest
 
newMersenneTwister64(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newMersenneTwister64_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister64_jmhTest
 
newMersenneTwister64_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister64_jmhTest
 
newMersenneTwister64_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister64_jmhTest
 
newMersenneTwister64_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister64_jmhTest
 
newMersenneTwister64_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister64_jmhTest
 
newMersenneTwister64_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister64_jmhTest
 
newMersenneTwister64_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister64_jmhTest
 
newMersenneTwister64_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMersenneTwister64_jmhTest
 
newMultiplyWithCarry256(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newMultiplyWithCarry256_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMultiplyWithCarry256_jmhTest
 
newMultiplyWithCarry256_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMultiplyWithCarry256_jmhTest
 
newMultiplyWithCarry256_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMultiplyWithCarry256_jmhTest
 
newMultiplyWithCarry256_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMultiplyWithCarry256_jmhTest
 
newMultiplyWithCarry256_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMultiplyWithCarry256_jmhTest
 
newMultiplyWithCarry256_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMultiplyWithCarry256_jmhTest
 
newMultiplyWithCarry256_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMultiplyWithCarry256_jmhTest
 
newMultiplyWithCarry256_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newMultiplyWithCarry256_jmhTest
 
newObject(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
Baseline for JMH consuming a number of new objects.
newObject_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newObject_jmhTest
 
newObject_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newObject_jmhTest
 
newObject_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newObject_jmhTest
 
newObject_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newObject_jmhTest
 
newObject_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newObject_jmhTest
 
newObject_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newObject_jmhTest
 
newObject_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newObject_jmhTest
 
newObject_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newObject_jmhTest
 
newSplitMix64(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newSplitMix64_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newSplitMix64_jmhTest
 
newSplitMix64_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newSplitMix64_jmhTest
 
newSplitMix64_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newSplitMix64_jmhTest
 
newSplitMix64_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newSplitMix64_jmhTest
 
newSplitMix64_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newSplitMix64_jmhTest
 
newSplitMix64_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newSplitMix64_jmhTest
 
newSplitMix64_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newSplitMix64_jmhTest
 
newSplitMix64_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newSplitMix64_jmhTest
 
newTwoCmres(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newTwoCmres_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newTwoCmres_jmhTest
 
newTwoCmres_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newTwoCmres_jmhTest
 
newTwoCmres_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newTwoCmres_jmhTest
 
newTwoCmres_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newTwoCmres_jmhTest
 
newTwoCmres_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newTwoCmres_jmhTest
 
newTwoCmres_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newTwoCmres_jmhTest
 
newTwoCmres_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newTwoCmres_jmhTest
 
newTwoCmres_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newTwoCmres_jmhTest
 
newWell1024a(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newWell1024a_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell1024a_jmhTest
 
newWell1024a_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell1024a_jmhTest
 
newWell1024a_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell1024a_jmhTest
 
newWell1024a_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell1024a_jmhTest
 
newWell1024a_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell1024a_jmhTest
 
newWell1024a_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell1024a_jmhTest
 
newWell1024a_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell1024a_jmhTest
 
newWell1024a_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell1024a_jmhTest
 
newWell19937a(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newWell19937a_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937a_jmhTest
 
newWell19937a_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937a_jmhTest
 
newWell19937a_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937a_jmhTest
 
newWell19937a_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937a_jmhTest
 
newWell19937a_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937a_jmhTest
 
newWell19937a_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937a_jmhTest
 
newWell19937a_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937a_jmhTest
 
newWell19937a_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937a_jmhTest
 
newWell19937c(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newWell19937c_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937c_jmhTest
 
newWell19937c_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937c_jmhTest
 
newWell19937c_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937c_jmhTest
 
newWell19937c_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937c_jmhTest
 
newWell19937c_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937c_jmhTest
 
newWell19937c_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937c_jmhTest
 
newWell19937c_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937c_jmhTest
 
newWell19937c_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell19937c_jmhTest
 
newWell44497a(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newWell44497a_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497a_jmhTest
 
newWell44497a_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497a_jmhTest
 
newWell44497a_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497a_jmhTest
 
newWell44497a_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497a_jmhTest
 
newWell44497a_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497a_jmhTest
 
newWell44497a_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497a_jmhTest
 
newWell44497a_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497a_jmhTest
 
newWell44497a_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497a_jmhTest
 
newWell44497b(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newWell44497b_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497b_jmhTest
 
newWell44497b_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497b_jmhTest
 
newWell44497b_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497b_jmhTest
 
newWell44497b_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497b_jmhTest
 
newWell44497b_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497b_jmhTest
 
newWell44497b_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497b_jmhTest
 
newWell44497b_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497b_jmhTest
 
newWell44497b_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell44497b_jmhTest
 
newWell512a(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newWell512a_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell512a_jmhTest
 
newWell512a_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell512a_jmhTest
 
newWell512a_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell512a_jmhTest
 
newWell512a_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell512a_jmhTest
 
newWell512a_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell512a_jmhTest
 
newWell512a_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell512a_jmhTest
 
newWell512a_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell512a_jmhTest
 
newWell512a_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newWell512a_jmhTest
 
newXoRoShiRo128Plus(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoRoShiRo128Plus_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128Plus_jmhTest
 
newXoRoShiRo128Plus_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128Plus_jmhTest
 
newXoRoShiRo128Plus_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128Plus_jmhTest
 
newXoRoShiRo128Plus_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128Plus_jmhTest
 
newXoRoShiRo128Plus_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128Plus_jmhTest
 
newXoRoShiRo128Plus_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128Plus_jmhTest
 
newXoRoShiRo128Plus_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128Plus_jmhTest
 
newXoRoShiRo128Plus_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128Plus_jmhTest
 
newXoRoShiRo128StarStar(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoRoShiRo128StarStar_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest
 
newXoRoShiRo128StarStar_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest
 
newXoRoShiRo128StarStar_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest
 
newXoRoShiRo128StarStar_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest
 
newXoRoShiRo128StarStar_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest
 
newXoRoShiRo128StarStar_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest
 
newXoRoShiRo128StarStar_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest
 
newXoRoShiRo128StarStar_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo128StarStar_jmhTest
 
newXoRoShiRo64Star(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoRoShiRo64Star_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64Star_jmhTest
 
newXoRoShiRo64Star_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64Star_jmhTest
 
newXoRoShiRo64Star_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64Star_jmhTest
 
newXoRoShiRo64Star_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64Star_jmhTest
 
newXoRoShiRo64Star_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64Star_jmhTest
 
newXoRoShiRo64Star_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64Star_jmhTest
 
newXoRoShiRo64Star_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64Star_jmhTest
 
newXoRoShiRo64Star_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64Star_jmhTest
 
newXoRoShiRo64StarStar(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoRoShiRo64StarStar_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest
 
newXoRoShiRo64StarStar_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest
 
newXoRoShiRo64StarStar_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest
 
newXoRoShiRo64StarStar_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest
 
newXoRoShiRo64StarStar_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest
 
newXoRoShiRo64StarStar_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest
 
newXoRoShiRo64StarStar_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest
 
newXoRoShiRo64StarStar_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoRoShiRo64StarStar_jmhTest
 
newXorShift1024Star(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXorShift1024Star_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024Star_jmhTest
 
newXorShift1024Star_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024Star_jmhTest
 
newXorShift1024Star_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024Star_jmhTest
 
newXorShift1024Star_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024Star_jmhTest
 
newXorShift1024Star_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024Star_jmhTest
 
newXorShift1024Star_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024Star_jmhTest
 
newXorShift1024Star_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024Star_jmhTest
 
newXorShift1024Star_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024Star_jmhTest
 
newXorShift1024StarPhi(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXorShift1024StarPhi_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024StarPhi_jmhTest
 
newXorShift1024StarPhi_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024StarPhi_jmhTest
 
newXorShift1024StarPhi_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024StarPhi_jmhTest
 
newXorShift1024StarPhi_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024StarPhi_jmhTest
 
newXorShift1024StarPhi_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024StarPhi_jmhTest
 
newXorShift1024StarPhi_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024StarPhi_jmhTest
 
newXorShift1024StarPhi_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024StarPhi_jmhTest
 
newXorShift1024StarPhi_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXorShift1024StarPhi_jmhTest
 
newXoShiRo128Plus(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoShiRo128Plus_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128Plus_jmhTest
 
newXoShiRo128Plus_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128Plus_jmhTest
 
newXoShiRo128Plus_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128Plus_jmhTest
 
newXoShiRo128Plus_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128Plus_jmhTest
 
newXoShiRo128Plus_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128Plus_jmhTest
 
newXoShiRo128Plus_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128Plus_jmhTest
 
newXoShiRo128Plus_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128Plus_jmhTest
 
newXoShiRo128Plus_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128Plus_jmhTest
 
newXoShiRo128StarStar(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoShiRo128StarStar_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128StarStar_jmhTest
 
newXoShiRo128StarStar_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128StarStar_jmhTest
 
newXoShiRo128StarStar_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128StarStar_jmhTest
 
newXoShiRo128StarStar_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128StarStar_jmhTest
 
newXoShiRo128StarStar_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128StarStar_jmhTest
 
newXoShiRo128StarStar_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128StarStar_jmhTest
 
newXoShiRo128StarStar_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128StarStar_jmhTest
 
newXoShiRo128StarStar_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo128StarStar_jmhTest
 
newXoShiRo256Plus(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoShiRo256Plus_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256Plus_jmhTest
 
newXoShiRo256Plus_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256Plus_jmhTest
 
newXoShiRo256Plus_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256Plus_jmhTest
 
newXoShiRo256Plus_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256Plus_jmhTest
 
newXoShiRo256Plus_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256Plus_jmhTest
 
newXoShiRo256Plus_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256Plus_jmhTest
 
newXoShiRo256Plus_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256Plus_jmhTest
 
newXoShiRo256Plus_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256Plus_jmhTest
 
newXoShiRo256StarStar(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoShiRo256StarStar_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256StarStar_jmhTest
 
newXoShiRo256StarStar_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256StarStar_jmhTest
 
newXoShiRo256StarStar_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256StarStar_jmhTest
 
newXoShiRo256StarStar_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256StarStar_jmhTest
 
newXoShiRo256StarStar_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256StarStar_jmhTest
 
newXoShiRo256StarStar_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256StarStar_jmhTest
 
newXoShiRo256StarStar_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256StarStar_jmhTest
 
newXoShiRo256StarStar_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo256StarStar_jmhTest
 
newXoShiRo512Plus(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoShiRo512Plus_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512Plus_jmhTest
 
newXoShiRo512Plus_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512Plus_jmhTest
 
newXoShiRo512Plus_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512Plus_jmhTest
 
newXoShiRo512Plus_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512Plus_jmhTest
 
newXoShiRo512Plus_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512Plus_jmhTest
 
newXoShiRo512Plus_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512Plus_jmhTest
 
newXoShiRo512Plus_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512Plus_jmhTest
 
newXoShiRo512Plus_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512Plus_jmhTest
 
newXoShiRo512StarStar(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance
 
newXoShiRo512StarStar_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512StarStar_jmhTest
 
newXoShiRo512StarStar_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512StarStar_jmhTest
 
newXoShiRo512StarStar_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512StarStar_jmhTest
 
newXoShiRo512StarStar_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512StarStar_jmhTest
 
newXoShiRo512StarStar_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512StarStar_jmhTest
 
newXoShiRo512StarStar_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512StarStar_jmhTest
 
newXoShiRo512StarStar_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512StarStar_jmhTest
 
newXoShiRo512StarStar_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ConstructionPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_newXoShiRo512StarStar_jmhTest
 
nextBoolean(NextBooleanGenerationPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.core.NextBooleanGenerationPerformance
Exercise the UniformRandomProvider.nextBoolean() method.
nextBoolean(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.core.BaselineGenerationPerformance
Exercise the UniformRandomProvider.nextBoolean() method.
nextBoolean_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBooleanGenerationPerformance_Sources_jmhType, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextBooleanGenerationPerformance_Sources_jmhType, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextBooleanGenerationPerformance_Sources_jmhType, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBoolean_jmhTest
 
nextBoolean_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBooleanGenerationPerformance_Sources_jmhType, NextBooleanGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_nextBoolean_jmhTest
 
NextBooleanGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.core
Executes benchmark to compare the speed of generation of random numbers from the various source providers for UniformRandomProvider.nextBoolean().
NextBooleanGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextBooleanGenerationPerformance
 
NextBooleanGenerationPerformance_baselineBoolean_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_baselineBoolean_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineBoolean_jmhTest
 
NextBooleanGenerationPerformance_baselineVoid_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_baselineVoid_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_baselineVoid_jmhTest
 
NextBooleanGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType
 
NextBooleanGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B1
 
NextBooleanGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
NextBooleanGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B3
 
NextBooleanGenerationPerformance_nextBoolean_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_nextBoolean_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_nextBoolean_jmhTest
 
NextBooleanGenerationPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType
 
NextBooleanGenerationPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B1
 
NextBooleanGenerationPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
NextBooleanGenerationPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBooleanGenerationPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B3
 
NextBooleanGenerationPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.core
The benchmark state (retrieve the various "RandomSource"s).
nextBytes(NextBytesGenerationPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.core.NextBytesGenerationPerformance
Exercise the UniformRandomProvider.nextBytes(byte[]) method.
nextBytes(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.core.BaselineGenerationPerformance
Exercise the UniformRandomProvider.nextBytes(byte[]) method.
nextBytes_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBytes_jmhTest
 
nextBytes_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_nextBytes_jmhTest
 
nextBytes_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBytes_jmhTest
 
nextBytes_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBytesGenerationPerformance_Sources_jmhType, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_nextBytes_jmhTest
 
nextBytes_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBytes_jmhTest
 
nextBytes_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextBytesGenerationPerformance_Sources_jmhType, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_nextBytes_jmhTest
 
nextBytes_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBytes_jmhTest
 
nextBytes_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_nextBytes_jmhTest
 
nextBytes_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBytes_jmhTest
 
nextBytes_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_nextBytes_jmhTest
 
nextBytes_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBytes_jmhTest
 
nextBytes_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextBytesGenerationPerformance_Sources_jmhType, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_nextBytes_jmhTest
 
nextBytes_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBytes_jmhTest
 
nextBytes_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_nextBytes_jmhTest
 
nextBytes_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextBytes_jmhTest
 
nextBytes_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextBytesGenerationPerformance_Sources_jmhType, NextBytesGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_nextBytes_jmhTest
 
NextBytesGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.core
Executes benchmark to compare the speed of generation of random numbers from the various source providers for UniformRandomProvider.nextBytes(byte[]).
NextBytesGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextBytesGenerationPerformance
 
NextBytesGenerationPerformance_baselineBytes_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_baselineBytes_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineBytes_jmhTest
 
NextBytesGenerationPerformance_baselineVoid_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_baselineVoid_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_baselineVoid_jmhTest
 
NextBytesGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType
 
NextBytesGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B1
 
NextBytesGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
NextBytesGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B3
 
NextBytesGenerationPerformance_nextBytes_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_nextBytes_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_nextBytes_jmhTest
 
NextBytesGenerationPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType
 
NextBytesGenerationPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B1
 
NextBytesGenerationPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
NextBytesGenerationPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextBytesGenerationPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B3
 
NextBytesGenerationPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.core
The benchmark state (retrieve the various "RandomSource"s).
nextDiscreteUniformSampler(Blackhole, DiscreteUniformSamplerGenerationPerformance.Sources, DiscreteUniformSamplerGenerationPerformance.IntRange) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteUniformSamplerGenerationPerformance
 
nextDiscreteUniformSampler_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest
 
nextDiscreteUniformSampler_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest
 
nextDiscreteUniformSampler_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest
 
nextDiscreteUniformSampler_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest
 
nextDiscreteUniformSampler_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest
 
nextDiscreteUniformSampler_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest
 
nextDiscreteUniformSampler_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest
 
nextDiscreteUniformSampler_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextDiscreteUniformSampler_jmhTest
 
nextDouble(NextDoubleGenerationPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.core.NextDoubleGenerationPerformance
Exercise the UniformRandomProvider.nextDouble() method.
nextDouble(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.core.BaselineGenerationPerformance
Exercise the UniformRandomProvider.nextDouble() method.
nextDouble_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextDouble_jmhTest
 
nextDouble_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_nextDouble_jmhTest
 
nextDouble_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextDouble_jmhTest
 
nextDouble_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextDoubleGenerationPerformance_Sources_jmhType, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_nextDouble_jmhTest
 
nextDouble_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextDouble_jmhTest
 
nextDouble_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextDoubleGenerationPerformance_Sources_jmhType, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_nextDouble_jmhTest
 
nextDouble_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextDouble_jmhTest
 
nextDouble_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_nextDouble_jmhTest
 
nextDouble_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextDouble_jmhTest
 
nextDouble_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_nextDouble_jmhTest
 
nextDouble_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextDouble_jmhTest
 
nextDouble_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextDoubleGenerationPerformance_Sources_jmhType, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_nextDouble_jmhTest
 
nextDouble_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextDouble_jmhTest
 
nextDouble_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_nextDouble_jmhTest
 
nextDouble_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextDouble_jmhTest
 
nextDouble_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextDoubleGenerationPerformance_Sources_jmhType, NextDoubleGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_nextDouble_jmhTest
 
nextDoubleBaseline(FloatingPointGenerationPerformance.LongSource) - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance
 
nextDoubleBaseline_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest
 
nextDoubleBaseline_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest
 
nextDoubleBaseline_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest
 
nextDoubleBaseline_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest
 
nextDoubleBaseline_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest
 
nextDoubleBaseline_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest
 
nextDoubleBaseline_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest
 
nextDoubleBaseline_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleBaseline_jmhTest
 
NextDoubleGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.core
Executes benchmark to compare the speed of generation of random numbers from the various source providers for UniformRandomProvider.nextDouble().
NextDoubleGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextDoubleGenerationPerformance
 
NextDoubleGenerationPerformance_baselineDouble_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_baselineDouble_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineDouble_jmhTest
 
NextDoubleGenerationPerformance_baselineVoid_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_baselineVoid_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_baselineVoid_jmhTest
 
NextDoubleGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType
 
NextDoubleGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B1
 
NextDoubleGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
NextDoubleGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B3
 
NextDoubleGenerationPerformance_nextDouble_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_nextDouble_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_nextDouble_jmhTest
 
NextDoubleGenerationPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType
 
NextDoubleGenerationPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B1
 
NextDoubleGenerationPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
NextDoubleGenerationPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextDoubleGenerationPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B3
 
NextDoubleGenerationPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.core
The benchmark state (retrieve the various "RandomSource"s).
nextDoubleUsingBitsToDouble(FloatingPointGenerationPerformance.LongSource) - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance
 
nextDoubleUsingBitsToDouble_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest
 
nextDoubleUsingBitsToDouble_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest
 
nextDoubleUsingBitsToDouble_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest
 
nextDoubleUsingBitsToDouble_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest
 
nextDoubleUsingBitsToDouble_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest
 
nextDoubleUsingBitsToDouble_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest
 
nextDoubleUsingBitsToDouble_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest
 
nextDoubleUsingBitsToDouble_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingBitsToDouble_jmhTest
 
nextDoubleUsingMultiply52bits(FloatingPointGenerationPerformance.LongSource) - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance
 
nextDoubleUsingMultiply52bits_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest
 
nextDoubleUsingMultiply52bits_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest
 
nextDoubleUsingMultiply52bits_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest
 
nextDoubleUsingMultiply52bits_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest
 
nextDoubleUsingMultiply52bits_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest
 
nextDoubleUsingMultiply52bits_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest
 
nextDoubleUsingMultiply52bits_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest
 
nextDoubleUsingMultiply52bits_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply52bits_jmhTest
 
nextDoubleUsingMultiply53bits(FloatingPointGenerationPerformance.LongSource) - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance
 
nextDoubleUsingMultiply53bits_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest
 
nextDoubleUsingMultiply53bits_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest
 
nextDoubleUsingMultiply53bits_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest
 
nextDoubleUsingMultiply53bits_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest
 
nextDoubleUsingMultiply53bits_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest
 
nextDoubleUsingMultiply53bits_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest
 
nextDoubleUsingMultiply53bits_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest
 
nextDoubleUsingMultiply53bits_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextDoubleUsingMultiply53bits_jmhTest
 
nextFloat(NextFloatGenerationPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.core.NextFloatGenerationPerformance
Exercise the UniformRandomProvider.nextFloat() method.
nextFloat(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.core.BaselineGenerationPerformance
Exercise the UniformRandomProvider.nextFloat() method.
nextFloat_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextFloat_jmhTest
 
nextFloat_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_nextFloat_jmhTest
 
nextFloat_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextFloat_jmhTest
 
nextFloat_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextFloatGenerationPerformance_Sources_jmhType, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_nextFloat_jmhTest
 
nextFloat_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextFloat_jmhTest
 
nextFloat_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextFloatGenerationPerformance_Sources_jmhType, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_nextFloat_jmhTest
 
nextFloat_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextFloat_jmhTest
 
nextFloat_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_nextFloat_jmhTest
 
nextFloat_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextFloat_jmhTest
 
nextFloat_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_nextFloat_jmhTest
 
nextFloat_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextFloat_jmhTest
 
nextFloat_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextFloatGenerationPerformance_Sources_jmhType, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_nextFloat_jmhTest
 
nextFloat_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextFloat_jmhTest
 
nextFloat_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_nextFloat_jmhTest
 
nextFloat_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextFloat_jmhTest
 
nextFloat_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextFloatGenerationPerformance_Sources_jmhType, NextFloatGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_nextFloat_jmhTest
 
nextFloatBaseline(FloatingPointGenerationPerformance.LongSource) - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance
 
nextFloatBaseline_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest
 
nextFloatBaseline_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest
 
nextFloatBaseline_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest
 
nextFloatBaseline_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest
 
nextFloatBaseline_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest
 
nextFloatBaseline_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest
 
nextFloatBaseline_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest
 
nextFloatBaseline_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatBaseline_jmhTest
 
NextFloatGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.core
Executes benchmark to compare the speed of generation of random numbers from the various source providers for UniformRandomProvider.nextFloat().
NextFloatGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextFloatGenerationPerformance
 
NextFloatGenerationPerformance_baselineFloat_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_baselineFloat_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineFloat_jmhTest
 
NextFloatGenerationPerformance_baselineVoid_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_baselineVoid_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_baselineVoid_jmhTest
 
NextFloatGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType
 
NextFloatGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B1
 
NextFloatGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
NextFloatGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B3
 
NextFloatGenerationPerformance_nextFloat_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_nextFloat_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_nextFloat_jmhTest
 
NextFloatGenerationPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType
 
NextFloatGenerationPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B1
 
NextFloatGenerationPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
NextFloatGenerationPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextFloatGenerationPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B3
 
NextFloatGenerationPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.core
The benchmark state (retrieve the various "RandomSource"s).
nextFloatUsingBitsToFloat(FloatingPointGenerationPerformance.LongSource) - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance
 
nextFloatUsingBitsToFloat_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest
 
nextFloatUsingBitsToFloat_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest
 
nextFloatUsingBitsToFloat_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest
 
nextFloatUsingBitsToFloat_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest
 
nextFloatUsingBitsToFloat_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest
 
nextFloatUsingBitsToFloat_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest
 
nextFloatUsingBitsToFloat_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest
 
nextFloatUsingBitsToFloat_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingBitsToFloat_jmhTest
 
nextFloatUsingMultiply23bits(FloatingPointGenerationPerformance.LongSource) - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance
 
nextFloatUsingMultiply23bits_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest
 
nextFloatUsingMultiply23bits_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest
 
nextFloatUsingMultiply23bits_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest
 
nextFloatUsingMultiply23bits_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest
 
nextFloatUsingMultiply23bits_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest
 
nextFloatUsingMultiply23bits_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest
 
nextFloatUsingMultiply23bits_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest
 
nextFloatUsingMultiply23bits_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply23bits_jmhTest
 
nextFloatUsingMultiply24bits(FloatingPointGenerationPerformance.LongSource) - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance
 
nextFloatUsingMultiply24bits_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest
 
nextFloatUsingMultiply24bits_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest
 
nextFloatUsingMultiply24bits_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest
 
nextFloatUsingMultiply24bits_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest
 
nextFloatUsingMultiply24bits_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest
 
nextFloatUsingMultiply24bits_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest
 
nextFloatUsingMultiply24bits_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest
 
nextFloatUsingMultiply24bits_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, FloatingPointGenerationPerformance_LongSource_jmhType, FloatingPointGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_nextFloatUsingMultiply24bits_jmhTest
 
NextGaussianPerformance - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Benchmark for Random.nextGaussian() in order to compare the speed of generation of normally-distributed random numbers.
NextGaussianPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.NextGaussianPerformance
 
NextGaussianPerformance_baseline_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
NextGaussianPerformance_baseline_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_baseline_jmhTest
 
NextGaussianPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
NextGaussianPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType
 
NextGaussianPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
NextGaussianPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B1
 
NextGaussianPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
NextGaussianPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
NextGaussianPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
NextGaussianPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B3
 
NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest
 
nextInt() - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance.LongSource
Get the next int.
nextInt(NextIntGenerationPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.core.NextIntGenerationPerformance
Exercise the UniformRandomProvider.nextInt() method.
nextInt(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.core.BaselineGenerationPerformance
Exercise the UniformRandomProvider.nextInt() method.
nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextInt_jmhTest
 
nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextInt_jmhTest
 
nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextInt_jmhTest
 
nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextIntGenerationPerformance_Sources_jmhType, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextInt_jmhTest
 
nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextInt_jmhTest
 
nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextIntGenerationPerformance_Sources_jmhType, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextInt_jmhTest
 
nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextInt_jmhTest
 
nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextInt_jmhTest
 
nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextInt_jmhTest
 
nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextInt_jmhTest
 
nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextInt_jmhTest
 
nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextIntGenerationPerformance_Sources_jmhType, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextInt_jmhTest
 
nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextInt_jmhTest
 
nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextInt_jmhTest
 
nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextInt_jmhTest
 
nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextIntGenerationPerformance_Sources_jmhType, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextInt_jmhTest
 
nextIntBaseline(Blackhole, DiscreteUniformSamplerGenerationPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteUniformSamplerGenerationPerformance
 
nextIntBaseline_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest
 
nextIntBaseline_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest
 
nextIntBaseline_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest
 
nextIntBaseline_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest
 
nextIntBaseline_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest
 
nextIntBaseline_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest
 
nextIntBaseline_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest
 
nextIntBaseline_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntBaseline_jmhTest
 
NextIntGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.core
Executes benchmark to compare the speed of generation of random numbers from the various source providers for UniformRandomProvider.nextInt() and UniformRandomProvider.nextInt(int).
NextIntGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextIntGenerationPerformance
 
NextIntGenerationPerformance_baselineInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_baselineInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineInt_jmhTest
 
NextIntGenerationPerformance_baselineVoid_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_baselineVoid_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_baselineVoid_jmhTest
 
NextIntGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType
 
NextIntGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B1
 
NextIntGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
NextIntGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B3
 
NextIntGenerationPerformance_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextInt_jmhTest
 
NextIntGenerationPerformance_nextIntN_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_nextIntN_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextIntN_jmhTest
 
NextIntGenerationPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType
 
NextIntGenerationPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B1
 
NextIntGenerationPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
NextIntGenerationPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextIntGenerationPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B3
 
NextIntGenerationPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.core
The benchmark state (retrieve the various "RandomSource"s).
nextIntN(NextIntGenerationPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.core.NextIntGenerationPerformance
Exercise the UniformRandomProvider.nextInt(int) method.
nextIntN(RngNextIntInRangeBenchmark.IntRange, RngNextIntInRangeBenchmark.Source) - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark
Exercise the UniformRandomProvider.nextInt() method.
nextIntN(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.core.BaselineGenerationPerformance
Exercise the UniformRandomProvider.nextInt(int) method.
nextIntN_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextIntN_jmhTest
 
nextIntN_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextIntN_jmhTest
 
nextIntN_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntN_jmhTest
 
nextIntN_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextIntN_jmhTest
 
nextIntN_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextIntGenerationPerformance_Sources_jmhType, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextIntN_jmhTest
 
nextIntN_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_IntRange_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntN_jmhTest
 
nextIntN_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextIntN_jmhTest
 
nextIntN_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextIntGenerationPerformance_Sources_jmhType, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextIntN_jmhTest
 
nextIntN_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, RngNextIntInRangeBenchmark_IntRange_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntN_jmhTest
 
nextIntN_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextIntN_jmhTest
 
nextIntN_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextIntN_jmhTest
 
nextIntN_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntN_jmhTest
 
nextIntN_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextIntN_jmhTest
 
nextIntN_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextIntN_jmhTest
 
nextIntN_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntN_jmhTest
 
nextIntN_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextIntN_jmhTest
 
nextIntN_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextIntGenerationPerformance_Sources_jmhType, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextIntN_jmhTest
 
nextIntN_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, RngNextIntInRangeBenchmark_IntRange_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntN_jmhTest
 
nextIntN_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextIntN_jmhTest
 
nextIntN_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextIntN_jmhTest
 
nextIntN_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntN_jmhTest
 
nextIntN_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextIntN_jmhTest
 
nextIntN_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextIntGenerationPerformance_Sources_jmhType, NextIntGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_nextIntN_jmhTest
 
nextIntN_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_IntRange_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntN_jmhTest
 
nextIntNloop65536(RngNextIntInRangeBenchmark.IntRange, RngNextIntInRangeBenchmark.Source) - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark
Exercise the UniformRandomProvider.nextInt() method in a loop.
nextIntNloop65536_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest
 
nextIntNloop65536_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_IntRange_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest
 
nextIntNloop65536_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, RngNextIntInRangeBenchmark_IntRange_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest
 
nextIntNloop65536_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest
 
nextIntNloop65536_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest
 
nextIntNloop65536_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, RngNextIntInRangeBenchmark_IntRange_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest
 
nextIntNloop65536_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest
 
nextIntNloop65536_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_IntRange_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest
 
nextIntRange(Blackhole, DiscreteUniformSamplerGenerationPerformance.Sources, DiscreteUniformSamplerGenerationPerformance.IntRange) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteUniformSamplerGenerationPerformance
 
nextIntRange_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest
 
nextIntRange_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest
 
nextIntRange_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest
 
nextIntRange_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest
 
nextIntRange_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest
 
nextIntRange_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest
 
nextIntRange_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest
 
nextIntRange_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteUniformSamplerGenerationPerformance_Sources_jmhType, DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType, DiscreteUniformSamplerGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_nextIntRange_jmhTest
 
nextLong() - Method in class org.apache.commons.rng.examples.jmh.core.FloatingPointGenerationPerformance.LongSource
Get the next long.
nextLong(NextLongGenerationPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.core.NextLongGenerationPerformance
Exercise the UniformRandomProvider.nextLong() method.
nextLong(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.core.BaselineGenerationPerformance
Exercise the UniformRandomProvider.nextLong() method.
nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLong_jmhTest
 
nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLong_jmhTest
 
nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLong_jmhTest
 
nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextLongGenerationPerformance_Sources_jmhType, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLong_jmhTest
 
nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLong_jmhTest
 
nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextLongGenerationPerformance_Sources_jmhType, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLong_jmhTest
 
nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLong_jmhTest
 
nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLong_jmhTest
 
nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLong_jmhTest
 
nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLong_jmhTest
 
nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLong_jmhTest
 
nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextLongGenerationPerformance_Sources_jmhType, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLong_jmhTest
 
nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLong_jmhTest
 
nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLong_jmhTest
 
nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLong_jmhTest
 
nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextLongGenerationPerformance_Sources_jmhType, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLong_jmhTest
 
NextLongGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.core
Executes benchmark to compare the speed of generation of random numbers from the various source providers for UniformRandomProvider.nextLong() and UniformRandomProvider.nextLong(long).
NextLongGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextLongGenerationPerformance
 
NextLongGenerationPerformance_baselineLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_baselineLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineLong_jmhTest
 
NextLongGenerationPerformance_baselineVoid_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_baselineVoid_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_baselineVoid_jmhTest
 
NextLongGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType
 
NextLongGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B1
 
NextLongGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
NextLongGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B3
 
NextLongGenerationPerformance_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLong_jmhTest
 
NextLongGenerationPerformance_nextLongN_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_nextLongN_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLongN_jmhTest
 
NextLongGenerationPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType
 
NextLongGenerationPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B1
 
NextLongGenerationPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
NextLongGenerationPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
NextLongGenerationPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B3
 
NextLongGenerationPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.core
The benchmark state (retrieve the various "RandomSource"s).
nextLongN(NextLongGenerationPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.core.NextLongGenerationPerformance
Exercise the UniformRandomProvider.nextLong(long) method.
nextLongN(Blackhole) - Method in class org.apache.commons.rng.examples.jmh.core.BaselineGenerationPerformance
Exercise the UniformRandomProvider.nextLong(long) method.
nextLongN_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLongN_jmhTest
 
nextLongN_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLongN_jmhTest
 
nextLongN_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLongN_jmhTest
 
nextLongN_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextLongGenerationPerformance_Sources_jmhType, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLongN_jmhTest
 
nextLongN_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLongN_jmhTest
 
nextLongN_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextLongGenerationPerformance_Sources_jmhType, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLongN_jmhTest
 
nextLongN_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLongN_jmhTest
 
nextLongN_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLongN_jmhTest
 
nextLongN_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLongN_jmhTest
 
nextLongN_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLongN_jmhTest
 
nextLongN_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLongN_jmhTest
 
nextLongN_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextLongGenerationPerformance_Sources_jmhType, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLongN_jmhTest
 
nextLongN_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLongN_jmhTest
 
nextLongN_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLongN_jmhTest
 
nextLongN_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, BaselineGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_nextLongN_jmhTest
 
nextLongN_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextLongGenerationPerformance_Sources_jmhType, NextLongGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_nextLongN_jmhTest
 

O

org.apache.commons.rng.examples.jmh - package org.apache.commons.rng.examples.jmh
Performance benchmarks
org.apache.commons.rng.examples.jmh.core - package org.apache.commons.rng.examples.jmh.core
Benchmarks for the org.apache.commons.rng.core components.
org.apache.commons.rng.examples.jmh.core.generated - package org.apache.commons.rng.examples.jmh.core.generated
 
org.apache.commons.rng.examples.jmh.sampling - package org.apache.commons.rng.examples.jmh.sampling
Benchmarks for the org.apache.commons.rng.sampling components.
org.apache.commons.rng.examples.jmh.sampling.distribution - package org.apache.commons.rng.examples.jmh.sampling.distribution
Benchmarks for the org.apache.commons.rng.sampling.distribution components.
org.apache.commons.rng.examples.jmh.sampling.distribution.generated - package org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
org.apache.commons.rng.examples.jmh.sampling.generated - package org.apache.commons.rng.examples.jmh.sampling.generated
 
org.apache.commons.rng.examples.jmh.simple - package org.apache.commons.rng.examples.jmh.simple
Benchmarks for the org.apache.commons.rng.simple components.
org.apache.commons.rng.examples.jmh.simple.generated - package org.apache.commons.rng.examples.jmh.simple.generated
 

P

PoissonSamplerCachePerformance - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Executes benchmark to compare the speed of generation of Poisson random numbers when using a cache.
PoissonSamplerCachePerformance() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance
 
PoissonSamplerCachePerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType
 
PoissonSamplerCachePerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B1
 
PoissonSamplerCachePerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
PoissonSamplerCachePerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B3
 
PoissonSamplerCachePerformance_MeanRange_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_MeanRange_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType
 
PoissonSamplerCachePerformance_MeanRange_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_MeanRange_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B1
 
PoissonSamplerCachePerformance_MeanRange_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_MeanRange_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
PoissonSamplerCachePerformance_MeanRange_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_MeanRange_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B3
 
PoissonSamplerCachePerformance_runPoissonSampler_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_runPoissonSampler_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSampler_jmhTest
 
PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest
 
PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest
 
PoissonSamplerCachePerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType
 
PoissonSamplerCachePerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B1
 
PoissonSamplerCachePerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
PoissonSamplerCachePerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplerCachePerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B3
 
PoissonSamplerCachePerformance.MeanRange - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The range of mean values for testing the cache.
PoissonSamplerCachePerformance.Sources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The benchmark state (retrieve the various "RandomSource"s).
PoissonSamplersPerformance - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
Executes benchmark to compare the speed of generation of Poisson distributed random numbers.
PoissonSamplersPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance
 
PoissonSamplersPerformance_baselineExp_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_baselineExp_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineExp_jmhTest
 
PoissonSamplersPerformance_baselineInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_baselineInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_baselineInt_jmhTest
 
PoissonSamplersPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType
 
PoissonSamplersPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B1
 
PoissonSamplersPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
PoissonSamplersPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B3
 
PoissonSamplersPerformance_Means_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_Means_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType
 
PoissonSamplersPerformance_Means_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_Means_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B1
 
PoissonSamplersPerformance_Means_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_Means_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
PoissonSamplersPerformance_Means_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_Means_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B3
 
PoissonSamplersPerformance_sample_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_sample_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_sample_jmhTest
 
PoissonSamplersPerformance_singleSample_jmhTest - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_singleSample_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_singleSample_jmhTest
 
PoissonSamplersPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType
 
PoissonSamplersPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B1
 
PoissonSamplersPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
PoissonSamplersPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.sampling.distribution.generated
 
PoissonSamplersPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B3
 
PoissonSamplersPerformance.Means - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The mean for the call to Math.exp(double).
PoissonSamplersPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.sampling.distribution
The DiscreteSampler samplers to use for testing.
pseudoShuffle(RngNextIntInRangeBenchmark.IntData, RngNextIntInRangeBenchmark.Source) - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark
Exercise the UniformRandomProvider.nextInt(int) method by creating random indices for shuffling data.
pseudoShuffle_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest
 
pseudoShuffle_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_IntData_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest
 
pseudoShuffle_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, RngNextIntInRangeBenchmark_IntData_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest
 
pseudoShuffle_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest
 
pseudoShuffle_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest
 
pseudoShuffle_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, RngNextIntInRangeBenchmark_IntData_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest
 
pseudoShuffle_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest
 
pseudoShuffle_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_IntData_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest
 

R

RandomDistributionSources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.RandomDistributionSources
 
randomSource - Variable in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance.Sources
The random source.
randomSourceCreate(ThreadLocalPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance
 
randomSourceCreate_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_randomSourceCreate_jmhTest
 
randomSourceCreate_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_Sources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_randomSourceCreate_jmhTest
 
randomSourceCreate_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ThreadLocalPerformance_Sources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_randomSourceCreate_jmhTest
 
randomSourceCreate_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_randomSourceCreate_jmhTest
 
randomSourceCreate_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_randomSourceCreate_jmhTest
 
randomSourceCreate_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ThreadLocalPerformance_Sources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_randomSourceCreate_jmhTest
 
randomSourceCreate_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_randomSourceCreate_jmhTest
 
randomSourceCreate_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_Sources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_randomSourceCreate_jmhTest
 
RandomSources - Class in org.apache.commons.rng.examples.jmh
A benchmark state that can retrieve the various generators defined by RandomSource values.
RandomSources() - Constructor for class org.apache.commons.rng.examples.jmh.RandomSources
 
RandomSourceValues - Class in org.apache.commons.rng.examples.jmh
A benchmark state that can retrieve the various RandomSource values.
RandomSourceValues() - Constructor for class org.apache.commons.rng.examples.jmh.RandomSourceValues
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
readyInvocation - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
readyIteration - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
readyTrial - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
RngNextIntInRangeBenchmark - Class in org.apache.commons.rng.examples.jmh.core
Executes benchmark to compare the speed of random number generators to create an int value in a range.
RngNextIntInRangeBenchmark() - Constructor for class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark
 
RngNextIntInRangeBenchmark_baselineInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_baselineInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_baselineInt_jmhTest
 
RngNextIntInRangeBenchmark_IntData_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_IntData_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType
 
RngNextIntInRangeBenchmark_IntData_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_IntData_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B1
 
RngNextIntInRangeBenchmark_IntData_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_IntData_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
RngNextIntInRangeBenchmark_IntData_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_IntData_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B3
 
RngNextIntInRangeBenchmark_IntRange_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_IntRange_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType
 
RngNextIntInRangeBenchmark_IntRange_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_IntRange_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B1
 
RngNextIntInRangeBenchmark_IntRange_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_IntRange_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
RngNextIntInRangeBenchmark_IntRange_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_IntRange_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B3
 
RngNextIntInRangeBenchmark_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType
 
RngNextIntInRangeBenchmark_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B1
 
RngNextIntInRangeBenchmark_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
RngNextIntInRangeBenchmark_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B3
 
RngNextIntInRangeBenchmark_nextIntN_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_nextIntN_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntN_jmhTest
 
RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_nextIntNloop65536_jmhTest
 
RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_pseudoShuffle_jmhTest
 
RngNextIntInRangeBenchmark_shuffle_jmhTest - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_shuffle_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_shuffle_jmhTest
 
RngNextIntInRangeBenchmark_Source_jmhType - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_Source_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType
 
RngNextIntInRangeBenchmark_Source_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_Source_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B1
 
RngNextIntInRangeBenchmark_Source_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_Source_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
RngNextIntInRangeBenchmark_Source_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.core.generated
 
RngNextIntInRangeBenchmark_Source_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B3
 
RngNextIntInRangeBenchmark.IntData - Class in org.apache.commons.rng.examples.jmh.core
The data used for the shuffle benchmark.
RngNextIntInRangeBenchmark.IntRange - Class in org.apache.commons.rng.examples.jmh.core
The upper range for the int generation.
RngNextIntInRangeBenchmark.Source - Class in org.apache.commons.rng.examples.jmh.core
The source generator.
runJDKRandomGaussianSampler() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.NextGaussianPerformance
Run JDK random gaussian sampler.
runJDKRandomGaussianSampler_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest
 
runJDKRandomGaussianSampler_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextGaussianPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest
 
runJDKRandomGaussianSampler_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, NextGaussianPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest
 
runJDKRandomGaussianSampler_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest
 
runJDKRandomGaussianSampler_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest
 
runJDKRandomGaussianSampler_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, NextGaussianPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest
 
runJDKRandomGaussianSampler_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest
 
runJDKRandomGaussianSampler_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, NextGaussianPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_runJDKRandomGaussianSampler_jmhTest
 
runPoissonSampler(PoissonSamplerCachePerformance.Sources, PoissonSamplerCachePerformance.MeanRange, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance
 
runPoissonSampler_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSampler_jmhTest
 
runPoissonSampler_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSampler_jmhTest
 
runPoissonSampler_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSampler_jmhTest
 
runPoissonSampler_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSampler_jmhTest
 
runPoissonSampler_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSampler_jmhTest
 
runPoissonSampler_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSampler_jmhTest
 
runPoissonSampler_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSampler_jmhTest
 
runPoissonSampler_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSampler_jmhTest
 
runPoissonSamplerCache(PoissonSamplerCachePerformance.Sources, PoissonSamplerCachePerformance.MeanRange, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance
 
runPoissonSamplerCache_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest
 
runPoissonSamplerCache_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest
 
runPoissonSamplerCache_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest
 
runPoissonSamplerCache_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest
 
runPoissonSamplerCache_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest
 
runPoissonSamplerCache_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest
 
runPoissonSamplerCache_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest
 
runPoissonSamplerCache_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCache_jmhTest
 
runPoissonSamplerCacheWhenEmpty(PoissonSamplerCachePerformance.Sources, PoissonSamplerCachePerformance.MeanRange, Blackhole) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance
 
runPoissonSamplerCacheWhenEmpty_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest
 
runPoissonSamplerCacheWhenEmpty_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest
 
runPoissonSamplerCacheWhenEmpty_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest
 
runPoissonSamplerCacheWhenEmpty_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest
 
runPoissonSamplerCacheWhenEmpty_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest
 
runPoissonSamplerCacheWhenEmpty_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest
 
runPoissonSamplerCacheWhenEmpty_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest
 
runPoissonSamplerCacheWhenEmpty_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplerCachePerformance_Sources_jmhType, PoissonSamplerCachePerformance_MeanRange_jmhType, PoissonSamplerCachePerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_runPoissonSamplerCacheWhenEmpty_jmhTest
 

S

sample(AliasMethodDiscreteSamplerPerformance.DistributionData) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.AliasMethodDiscreteSamplerPerformance
Run the sampler.
sample(ContinuousSamplersPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.ContinuousSamplersPerformance
Run the sampler.
sample(DiscreteSamplersPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteSamplersPerformance
Run the sampler.
sample(GeometricSamplersPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.GeometricSamplersPerformance
Run the sampler.
sample(PoissonSamplersPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance
Run the sampler.
sample_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_sample_jmhTest
 
sample_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_sample_jmhTest
 
sample_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_sample_jmhTest
 
sample_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_sample_jmhTest
 
sample_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_sample_jmhTest
 
sample_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_sample_jmhTest
 
sample_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ContinuousSamplersPerformance_Sources_jmhType, ContinuousSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_sample_jmhTest
 
sample_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteSamplersPerformance_Sources_jmhType, DiscreteSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_sample_jmhTest
 
sample_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, GeometricSamplersPerformance_Sources_jmhType, GeometricSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_sample_jmhTest
 
sample_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplersPerformance_Sources_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_sample_jmhTest
 
sample_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_sample_jmhTest
 
sample_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ContinuousSamplersPerformance_Sources_jmhType, ContinuousSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_sample_jmhTest
 
sample_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, DiscreteSamplersPerformance_Sources_jmhType, DiscreteSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_sample_jmhTest
 
sample_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, GeometricSamplersPerformance_Sources_jmhType, GeometricSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_sample_jmhTest
 
sample_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, PoissonSamplersPerformance_Sources_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_sample_jmhTest
 
sample_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_sample_jmhTest
 
sample_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_sample_jmhTest
 
sample_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_sample_jmhTest
 
sample_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_sample_jmhTest
 
sample_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_sample_jmhTest
 
sample_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_sample_jmhTest
 
sample_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_sample_jmhTest
 
sample_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_sample_jmhTest
 
sample_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_sample_jmhTest
 
sample_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_sample_jmhTest
 
sample_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_sample_jmhTest
 
sample_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ContinuousSamplersPerformance_Sources_jmhType, ContinuousSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_sample_jmhTest
 
sample_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, DiscreteSamplersPerformance_Sources_jmhType, DiscreteSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_sample_jmhTest
 
sample_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, GeometricSamplersPerformance_Sources_jmhType, GeometricSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_sample_jmhTest
 
sample_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, PoissonSamplersPerformance_Sources_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_sample_jmhTest
 
sample_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_sample_jmhTest
 
sample_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_sample_jmhTest
 
sample_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_sample_jmhTest
 
sample_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_sample_jmhTest
 
sample_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_sample_jmhTest
 
sample_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType, AliasMethodDiscreteSamplerPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_sample_jmhTest
 
sample_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ContinuousSamplersPerformance_Sources_jmhType, ContinuousSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_sample_jmhTest
 
sample_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, DiscreteSamplersPerformance_Sources_jmhType, DiscreteSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_sample_jmhTest
 
sample_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, GeometricSamplersPerformance_Sources_jmhType, GeometricSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_sample_jmhTest
 
sample_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplersPerformance_Sources_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_sample_jmhTest
 
sampleKnown(EnumeratedDistributionSamplersPerformance.KnownDistributionSources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance
Run the sampler.
sampleKnown_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest
 
sampleKnown_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest
 
sampleKnown_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest
 
sampleKnown_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest
 
sampleKnown_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest
 
sampleKnown_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest
 
sampleKnown_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest
 
sampleKnown_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleKnown_jmhTest
 
sampleRandom(EnumeratedDistributionSamplersPerformance.RandomDistributionSources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance
Run the sampler.
sampleRandom_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest
 
sampleRandom_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest
 
sampleRandom_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest
 
sampleRandom_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest
 
sampleRandom_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest
 
sampleRandom_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest
 
sampleRandom_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest
 
sampleRandom_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_sampleRandom_jmhTest
 
SamplerSources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.SamplerSources
 
SeedArrayGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.simple
Executes a benchmark to compare the speed of generating an array of int/long values in a thread-safe way.
SeedArrayGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
SeedArrayGenerationPerformance_baselineIntArray_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_baselineIntArray_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineIntArray_jmhTest
 
SeedArrayGenerationPerformance_baselineLongArray_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_baselineLongArray_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineLongArray_jmhTest
 
SeedArrayGenerationPerformance_baselineVoid_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_baselineVoid_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_baselineVoid_jmhTest
 
SeedArrayGenerationPerformance_createIntArraySeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_createIntArraySeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createIntArraySeed_jmhTest
 
SeedArrayGenerationPerformance_createLongArraySeed_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_createLongArraySeed_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_createLongArraySeed_jmhTest
 
SeedArrayGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType
 
SeedArrayGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B1
 
SeedArrayGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
SeedArrayGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B3
 
SeedArrayGenerationPerformance_SeedRandomSources_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_SeedRandomSources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType
 
SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B1
 
SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B3
 
SeedArrayGenerationPerformance_SeedSizes_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_SeedSizes_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType
 
SeedArrayGenerationPerformance_SeedSizes_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_SeedSizes_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B1
 
SeedArrayGenerationPerformance_SeedSizes_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_SeedSizes_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
SeedArrayGenerationPerformance_SeedSizes_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_SeedSizes_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B3
 
SeedArrayGenerationPerformance_TestSizes_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_TestSizes_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType
 
SeedArrayGenerationPerformance_TestSizes_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_TestSizes_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B1
 
SeedArrayGenerationPerformance_TestSizes_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_TestSizes_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
SeedArrayGenerationPerformance_TestSizes_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_TestSizes_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B3
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest
 
SeedArrayGenerationPerformance.SeedRandomSources - Class in org.apache.commons.rng.examples.jmh.simple
The RandomSource to test.
SeedArrayGenerationPerformance.SeedSizes - Class in org.apache.commons.rng.examples.jmh.simple
The number of values that are required to seed a generator.
SeedArrayGenerationPerformance.TestSizes - Class in org.apache.commons.rng.examples.jmh.simple
Define the number of seed values to create and the number to compute per synchronisation on the generator.
SeedGenerationPerformance - Class in org.apache.commons.rng.examples.jmh.simple
Executes a benchmark to compare the speed of generating a single int/long value in a thread-safe way.
SeedGenerationPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
SeedGenerationPerformance_baselineInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_baselineInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineInt_jmhTest
 
SeedGenerationPerformance_baselineLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_baselineLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineLong_jmhTest
 
SeedGenerationPerformance_baselineVoid_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_baselineVoid_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_baselineVoid_jmhTest
 
SeedGenerationPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType
 
SeedGenerationPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B1
 
SeedGenerationPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
SeedGenerationPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B3
 
SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest
 
SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest
 
SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest
 
SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest
 
SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest
 
SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest
 
SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest
 
SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest
 
SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest
 
SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest
 
SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest
 
SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest
 
SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest
 
SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest
 
SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest
 
SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest
 
SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest
 
SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest
 
SeedGenerationPerformance_Well44497b_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Well44497b_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextInt_jmhTest
 
SeedGenerationPerformance_Well44497b_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_Well44497b_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextLong_jmhTest
 
SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest
 
SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest
 
SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest
 
SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest
 
SeedRandomSources() - Constructor for class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance.SeedRandomSources
 
SeedSizes() - Constructor for class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance.SeedSizes
 
setup() - Method in class org.apache.commons.rng.examples.jmh.core.BaselineSources
Instantiates generator.
setup() - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.IntData
Create the data.
setup() - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.Source
Create the generator.
setup() - Method in class org.apache.commons.rng.examples.jmh.RandomSources
Look-up the RandomSource from the name and instantiates the generator.
setup() - Method in class org.apache.commons.rng.examples.jmh.RandomSourceValues
Look-up the RandomSource from the name.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.AliasMethodDiscreteSamplerPerformance.DistributionData
Create the distribution and sampler.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.ContinuousSamplersPerformance.Sources
Instantiates sampler.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteSamplersPerformance.Sources
Instantiates sampler.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteUniformSamplerGenerationPerformance.Sources
Instantiates generator.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.LocalRandomSources
Create the random source.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance.SamplerSources
Create the distribution (per iteration as it may vary) and instantiates sampler.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.GeometricSamplersPerformance.Sources
Instantiates sampler.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance.Sources
Instantiates generator.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance.Sources
Instantiates sampler.
setup() - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.LinkedListData
Create the list.
setup() - Method in class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.Sources
Create the random source and the test seeds.
setup() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance.SeedRandomSources
Look-up the RandomSource from the name and instantiates the generator.
setup() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance.TestSizes
Verify the size parameters.
setup() - Method in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance.LocalSources
Instantiates the ThreadLocal holding the random source.
setup() - Method in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance.Sources
Instantiates the random source.
setupGenerators() - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ShuffleData
Create the random generators.
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
setupInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
setupInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
setupIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
setupIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
setupList() - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ListData
Create the list.
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
setupTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
setupTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
shuffle(RngNextIntInRangeBenchmark.IntData, RngNextIntInRangeBenchmark.Source) - Method in class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark
Exercise the UniformRandomProvider.nextInt(int) method by shuffling data.
shuffle_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_shuffle_jmhTest
 
shuffle_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_IntData_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_shuffle_jmhTest
 
shuffle_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, RngNextIntInRangeBenchmark_IntData_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_shuffle_jmhTest
 
shuffle_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_shuffle_jmhTest
 
shuffle_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_shuffle_jmhTest
 
shuffle_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, RngNextIntInRangeBenchmark_IntData_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_shuffle_jmhTest
 
shuffle_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_shuffle_jmhTest
 
shuffle_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, RngNextIntInRangeBenchmark_IntData_jmhType, RngNextIntInRangeBenchmark_Source_jmhType, RngNextIntInRangeBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_shuffle_jmhTest
 
ShuffleData() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark.ShuffleData
 
shuffleDirect(ListShuffleBenchmark.LinkedListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a direct shuffle on a LinkedList.
shuffleDirect_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleDirect_jmhTest
 
shuffleDirect_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_LinkedListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleDirect_jmhTest
 
shuffleDirect_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_LinkedListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleDirect_jmhTest
 
shuffleDirect_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleDirect_jmhTest
 
shuffleDirect_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleDirect_jmhTest
 
shuffleDirect_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_LinkedListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleDirect_jmhTest
 
shuffleDirect_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleDirect_jmhTest
 
shuffleDirect_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_LinkedListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleDirect_jmhTest
 
shuffleIterator(ListShuffleBenchmark.LinkedListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a shuffle on a LinkedList using an iterator.
shuffleIterator_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleIterator_jmhTest
 
shuffleIterator_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_LinkedListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleIterator_jmhTest
 
shuffleIterator_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_LinkedListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleIterator_jmhTest
 
shuffleIterator_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleIterator_jmhTest
 
shuffleIterator_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleIterator_jmhTest
 
shuffleIterator_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_LinkedListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleIterator_jmhTest
 
shuffleIterator_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleIterator_jmhTest
 
shuffleIterator_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_LinkedListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_shuffleIterator_jmhTest
 
singleSample(PoissonSamplersPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance
Run the sampler.
singleSample_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_singleSample_jmhTest
 
singleSample_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplersPerformance_Sources_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_singleSample_jmhTest
 
singleSample_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, PoissonSamplersPerformance_Sources_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_singleSample_jmhTest
 
singleSample_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_singleSample_jmhTest
 
singleSample_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_singleSample_jmhTest
 
singleSample_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, PoissonSamplersPerformance_Sources_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_singleSample_jmhTest
 
singleSample_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_singleSample_jmhTest
 
singleSample_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, PoissonSamplersPerformance_Sources_jmhType, PoissonSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_singleSample_jmhTest
 
singleSampleKnown(EnumeratedDistributionSamplersPerformance.KnownDistributionSources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance
Run the sampler.
singleSampleKnown_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest
 
singleSampleKnown_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest
 
singleSampleKnown_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest
 
singleSampleKnown_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest
 
singleSampleKnown_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest
 
singleSampleKnown_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest
 
singleSampleKnown_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest
 
singleSampleKnown_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleKnown_jmhTest
 
singleSampleRandom(EnumeratedDistributionSamplersPerformance.RandomDistributionSources) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.EnumeratedDistributionSamplersPerformance
Run the sampler.
singleSampleRandom_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest
 
singleSampleRandom_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest
 
singleSampleRandom_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest
 
singleSampleRandom_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest
 
singleSampleRandom_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest
 
singleSampleRandom_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest
 
singleSampleRandom_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest
 
singleSampleRandom_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType, EnumeratedDistributionSamplersPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_singleSampleRandom_jmhTest
 
Source() - Constructor for class org.apache.commons.rng.examples.jmh.core.RngNextIntInRangeBenchmark.Source
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextBooleanGenerationPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextBytesGenerationPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextDoubleGenerationPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextFloatGenerationPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextIntGenerationPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.core.NextLongGenerationPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.ContinuousSamplersPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteSamplersPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.DiscreteUniformSamplerGenerationPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.GeometricSamplersPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplerCachePerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.sampling.distribution.PoissonSamplersPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.simple.ConstructionPerformance.Sources
 
Sources() - Constructor for class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance.Sources
 

T

tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
tearInvocationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
tearInvocationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
tearIterationMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
tearIterationMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
tearTrialMutex - Variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.BaselineGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.FloatingPointGenerationPerformance_LongSource_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBooleanGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextBytesGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextDoubleGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextFloatGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextIntGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.NextLongGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntData_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_IntRange_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.core.generated.RngNextIntInRangeBenchmark_Source_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_DistributionData_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.AliasMethodDiscreteSamplerPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.ContinuousSamplersPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteSamplersPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_IntRange_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.DiscreteUniformSamplerGenerationPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_KnownDistributionSources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_LocalRandomSources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.EnumeratedDistributionSamplersPerformance_RandomDistributionSources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.GeometricSamplersPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.NextGaussianPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_MeanRange_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplerCachePerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Means_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.distribution.generated.PoissonSamplersPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_LinkedListData_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ListData_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_ShuffleData_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_IntSizes_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_LongSizes_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ConstructionPerformance_Sources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedRandomSources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_SeedSizes_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_TestSizes_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
tearTrialMutexUpdater - Static variable in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
TestSizes() - Constructor for class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance.TestSizes
 
ThreadLocalPerformance - Class in org.apache.commons.rng.examples.jmh.simple
Executes benchmark to compare the speed of generation of low frequency random numbers on multiple-threads.
ThreadLocalPerformance() - Constructor for class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance
 
ThreadLocalPerformance_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType
 
ThreadLocalPerformance_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B1
 
ThreadLocalPerformance_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B2
 
ThreadLocalPerformance_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_jmhType_B3
 
ThreadLocalPerformance_LocalSources_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_LocalSources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType
 
ThreadLocalPerformance_LocalSources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_LocalSources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B1
 
ThreadLocalPerformance_LocalSources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_LocalSources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B2
 
ThreadLocalPerformance_LocalSources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_LocalSources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_LocalSources_jmhType_B3
 
ThreadLocalPerformance_randomSourceCreate_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_randomSourceCreate_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_randomSourceCreate_jmhTest
 
ThreadLocalPerformance_Sources_jmhType - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_Sources_jmhType() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType
 
ThreadLocalPerformance_Sources_jmhType_B1 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_Sources_jmhType_B1() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B1
 
ThreadLocalPerformance_Sources_jmhType_B2 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_Sources_jmhType_B2() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B2
 
ThreadLocalPerformance_Sources_jmhType_B3 - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_Sources_jmhType_B3() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_Sources_jmhType_B3
 
ThreadLocalPerformance_threadLocalRandom_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_threadLocalRandom_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandom_jmhTest
 
ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest
 
ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest
 
ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest - Class in org.apache.commons.rng.examples.jmh.simple.generated
 
ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest() - Constructor for class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest
 
ThreadLocalPerformance.LocalSources - Class in org.apache.commons.rng.examples.jmh.simple
The benchmark state (to retrieve the various "RandomSource"s thread locally).
ThreadLocalPerformance.Sources - Class in org.apache.commons.rng.examples.jmh.simple
The benchmark state (to retrieve the various "RandomSource"s).
threadLocalRandom() - Method in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance
 
threadLocalRandom_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandom_jmhTest
 
threadLocalRandom_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandom_jmhTest
 
threadLocalRandom_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandom_jmhTest
 
threadLocalRandom_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandom_jmhTest
 
threadLocalRandom_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandom_jmhTest
 
threadLocalRandom_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandom_jmhTest
 
threadLocalRandom_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandom_jmhTest
 
threadLocalRandom_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandom_jmhTest
 
threadLocalRandomSourceCurrent(ThreadLocalPerformance.Sources) - Method in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance
 
threadLocalRandomSourceCurrent_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest
 
threadLocalRandomSourceCurrent_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_Sources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest
 
threadLocalRandomSourceCurrent_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ThreadLocalPerformance_Sources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest
 
threadLocalRandomSourceCurrent_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest
 
threadLocalRandomSourceCurrent_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest
 
threadLocalRandomSourceCurrent_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ThreadLocalPerformance_Sources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest
 
threadLocalRandomSourceCurrent_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest
 
threadLocalRandomSourceCurrent_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_Sources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomSourceCurrent_jmhTest
 
threadLocalRandomWrapped() - Method in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance
 
threadLocalRandomWrapped_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest
 
threadLocalRandomWrapped_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest
 
threadLocalRandomWrapped_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest
 
threadLocalRandomWrapped_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest
 
threadLocalRandomWrapped_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest
 
threadLocalRandomWrapped_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest
 
threadLocalRandomWrapped_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest
 
threadLocalRandomWrapped_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalRandomWrapped_jmhTest
 
threadLocalUniformRandomProvider(ThreadLocalPerformance.LocalSources) - Method in class org.apache.commons.rng.examples.jmh.simple.ThreadLocalPerformance
 
threadLocalUniformRandomProvider_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest
 
threadLocalUniformRandomProvider_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_LocalSources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest
 
threadLocalUniformRandomProvider_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ThreadLocalPerformance_LocalSources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest
 
threadLocalUniformRandomProvider_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest
 
threadLocalUniformRandomProvider_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest
 
threadLocalUniformRandomProvider_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ThreadLocalPerformance_LocalSources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest
 
threadLocalUniformRandomProvider_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest
 
threadLocalUniformRandomProvider_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ThreadLocalPerformance_LocalSources_jmhType, ThreadLocalPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.ThreadLocalPerformance_threadLocalUniformRandomProvider_jmhTest
 
Threads1_AtomicInt_getAndIncrement() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_AtomicInt_getAndIncrement_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest
 
Threads1_AtomicInt_getAndIncrement_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest
 
Threads1_AtomicInt_getAndIncrement_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest
 
Threads1_AtomicInt_getAndIncrement_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest
 
Threads1_AtomicInt_getAndIncrement_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest
 
Threads1_AtomicInt_getAndIncrement_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest
 
Threads1_AtomicInt_getAndIncrement_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest
 
Threads1_AtomicInt_getAndIncrement_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicInt_getAndIncrement_jmhTest
 
Threads1_AtomicLong_getAndIncrement() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_AtomicLong_getAndIncrement_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest
 
Threads1_AtomicLong_getAndIncrement_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest
 
Threads1_AtomicLong_getAndIncrement_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest
 
Threads1_AtomicLong_getAndIncrement_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest
 
Threads1_AtomicLong_getAndIncrement_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest
 
Threads1_AtomicLong_getAndIncrement_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest
 
Threads1_AtomicLong_getAndIncrement_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest
 
Threads1_AtomicLong_getAndIncrement_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_AtomicLong_getAndIncrement_jmhTest
 
Threads1_createIntArraySeed_FairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createIntArraySeed_FairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest
 
Threads1_createIntArraySeed_FairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest
 
Threads1_createIntArraySeed_FairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest
 
Threads1_createIntArraySeed_FairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest
 
Threads1_createIntArraySeed_FairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest
 
Threads1_createIntArraySeed_FairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest
 
Threads1_createIntArraySeed_FairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest
 
Threads1_createIntArraySeed_FairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_FairLock_jmhTest
 
Threads1_createIntArraySeed_Sync(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createIntArraySeed_Sync_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest
 
Threads1_createIntArraySeed_Sync_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest
 
Threads1_createIntArraySeed_Sync_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest
 
Threads1_createIntArraySeed_Sync_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest
 
Threads1_createIntArraySeed_Sync_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest
 
Threads1_createIntArraySeed_Sync_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest
 
Threads1_createIntArraySeed_Sync_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest
 
Threads1_createIntArraySeed_Sync_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_Sync_jmhTest
 
Threads1_createIntArraySeed_UnfairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createIntArraySeed_UnfairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest
 
Threads1_createIntArraySeed_UnfairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest
 
Threads1_createIntArraySeed_UnfairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest
 
Threads1_createIntArraySeed_UnfairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest
 
Threads1_createIntArraySeed_UnfairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest
 
Threads1_createIntArraySeed_UnfairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest
 
Threads1_createIntArraySeed_UnfairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest
 
Threads1_createIntArraySeed_UnfairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeed_UnfairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_FairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createIntArraySeedBlocks_FairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_FairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_FairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_FairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_FairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_FairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_FairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_FairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_Sync(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createIntArraySeedBlocks_Sync_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest
 
Threads1_createIntArraySeedBlocks_Sync_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest
 
Threads1_createIntArraySeedBlocks_Sync_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest
 
Threads1_createIntArraySeedBlocks_Sync_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest
 
Threads1_createIntArraySeedBlocks_Sync_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest
 
Threads1_createIntArraySeedBlocks_Sync_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest
 
Threads1_createIntArraySeedBlocks_Sync_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest
 
Threads1_createIntArraySeedBlocks_Sync_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_Sync_jmhTest
 
Threads1_createIntArraySeedBlocks_UnfairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createIntArraySeedBlocks_UnfairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_UnfairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_UnfairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_UnfairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_UnfairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_UnfairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_UnfairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createIntArraySeedBlocks_UnfairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createLongArraySeed_FairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createLongArraySeed_FairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest
 
Threads1_createLongArraySeed_FairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest
 
Threads1_createLongArraySeed_FairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest
 
Threads1_createLongArraySeed_FairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest
 
Threads1_createLongArraySeed_FairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest
 
Threads1_createLongArraySeed_FairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest
 
Threads1_createLongArraySeed_FairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest
 
Threads1_createLongArraySeed_FairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_FairLock_jmhTest
 
Threads1_createLongArraySeed_Sync(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createLongArraySeed_Sync_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest
 
Threads1_createLongArraySeed_Sync_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest
 
Threads1_createLongArraySeed_Sync_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest
 
Threads1_createLongArraySeed_Sync_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest
 
Threads1_createLongArraySeed_Sync_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest
 
Threads1_createLongArraySeed_Sync_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest
 
Threads1_createLongArraySeed_Sync_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest
 
Threads1_createLongArraySeed_Sync_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_Sync_jmhTest
 
Threads1_createLongArraySeed_UnfairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createLongArraySeed_UnfairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest
 
Threads1_createLongArraySeed_UnfairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest
 
Threads1_createLongArraySeed_UnfairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest
 
Threads1_createLongArraySeed_UnfairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest
 
Threads1_createLongArraySeed_UnfairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest
 
Threads1_createLongArraySeed_UnfairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest
 
Threads1_createLongArraySeed_UnfairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest
 
Threads1_createLongArraySeed_UnfairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeed_UnfairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_FairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createLongArraySeedBlocks_FairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_FairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_FairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_FairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_FairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_FairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_FairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_FairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_Sync(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createLongArraySeedBlocks_Sync_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest
 
Threads1_createLongArraySeedBlocks_Sync_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest
 
Threads1_createLongArraySeedBlocks_Sync_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest
 
Threads1_createLongArraySeedBlocks_Sync_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest
 
Threads1_createLongArraySeedBlocks_Sync_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest
 
Threads1_createLongArraySeedBlocks_Sync_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest
 
Threads1_createLongArraySeedBlocks_Sync_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest
 
Threads1_createLongArraySeedBlocks_Sync_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_Sync_jmhTest
 
Threads1_createLongArraySeedBlocks_UnfairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads1_createLongArraySeedBlocks_UnfairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_UnfairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_UnfairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_UnfairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_UnfairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_UnfairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_UnfairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_createLongArraySeedBlocks_UnfairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads1_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads1_FairLock_Well44497b_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_FairLock_Well44497b_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest
 
Threads1_FairLock_Well44497b_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest
 
Threads1_FairLock_Well44497b_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest
 
Threads1_FairLock_Well44497b_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest
 
Threads1_FairLock_Well44497b_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest
 
Threads1_FairLock_Well44497b_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest
 
Threads1_FairLock_Well44497b_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest
 
Threads1_FairLock_Well44497b_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextInt_jmhTest
 
Threads1_FairLock_Well44497b_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_FairLock_Well44497b_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest
 
Threads1_FairLock_Well44497b_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest
 
Threads1_FairLock_Well44497b_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest
 
Threads1_FairLock_Well44497b_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest
 
Threads1_FairLock_Well44497b_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest
 
Threads1_FairLock_Well44497b_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest
 
Threads1_FairLock_Well44497b_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest
 
Threads1_FairLock_Well44497b_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_Well44497b_nextLong_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_FairLock_XoRoShiRo128Plus_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_FairLock_XoRoShiRo128Plus_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_FairLock_XoRoShiRo128Plus_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_FairLock_XorShift1024StarPhi_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_FairLock_XorShift1024StarPhi_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_FairLock_XorShift1024StarPhi_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_Random_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_Random_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest
 
Threads1_Random_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest
 
Threads1_Random_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest
 
Threads1_Random_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest
 
Threads1_Random_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest
 
Threads1_Random_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest
 
Threads1_Random_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest
 
Threads1_Random_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextInt_jmhTest
 
Threads1_Random_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_Random_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest
 
Threads1_Random_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest
 
Threads1_Random_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest
 
Threads1_Random_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest
 
Threads1_Random_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest
 
Threads1_Random_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest
 
Threads1_Random_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest
 
Threads1_Random_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Random_nextLong_jmhTest
 
Threads1_SeedFactory_createInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_SeedFactory_createInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest
 
Threads1_SeedFactory_createInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest
 
Threads1_SeedFactory_createInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest
 
Threads1_SeedFactory_createInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest
 
Threads1_SeedFactory_createInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest
 
Threads1_SeedFactory_createInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest
 
Threads1_SeedFactory_createInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest
 
Threads1_SeedFactory_createInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createInt_jmhTest
 
Threads1_SeedFactory_createLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_SeedFactory_createLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest
 
Threads1_SeedFactory_createLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest
 
Threads1_SeedFactory_createLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest
 
Threads1_SeedFactory_createLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest
 
Threads1_SeedFactory_createLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest
 
Threads1_SeedFactory_createLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest
 
Threads1_SeedFactory_createLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest
 
Threads1_SeedFactory_createLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SeedFactory_createLong_jmhTest
 
Threads1_Sync_Well44497b_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_Sync_Well44497b_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest
 
Threads1_Sync_Well44497b_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest
 
Threads1_Sync_Well44497b_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest
 
Threads1_Sync_Well44497b_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest
 
Threads1_Sync_Well44497b_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest
 
Threads1_Sync_Well44497b_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest
 
Threads1_Sync_Well44497b_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest
 
Threads1_Sync_Well44497b_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextInt_jmhTest
 
Threads1_Sync_Well44497b_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_Sync_Well44497b_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest
 
Threads1_Sync_Well44497b_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest
 
Threads1_Sync_Well44497b_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest
 
Threads1_Sync_Well44497b_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest
 
Threads1_Sync_Well44497b_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest
 
Threads1_Sync_Well44497b_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest
 
Threads1_Sync_Well44497b_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest
 
Threads1_Sync_Well44497b_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_Well44497b_nextLong_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_Sync_XoRoShiRo128Plus_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_Sync_XoRoShiRo128Plus_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_Sync_XoRoShiRo128Plus_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_Sync_XorShift1024StarPhi_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_Sync_XorShift1024StarPhi_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_Sync_XorShift1024StarPhi_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_SyncSplitMix_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_SyncSplitMix_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest
 
Threads1_SyncSplitMix_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest
 
Threads1_SyncSplitMix_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest
 
Threads1_SyncSplitMix_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest
 
Threads1_SyncSplitMix_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest
 
Threads1_SyncSplitMix_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest
 
Threads1_SyncSplitMix_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest
 
Threads1_SyncSplitMix_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextInt_jmhTest
 
Threads1_SyncSplitMix_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_SyncSplitMix_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest
 
Threads1_SyncSplitMix_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest
 
Threads1_SyncSplitMix_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest
 
Threads1_SyncSplitMix_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest
 
Threads1_SyncSplitMix_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest
 
Threads1_SyncSplitMix_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest
 
Threads1_SyncSplitMix_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest
 
Threads1_SyncSplitMix_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_SyncSplitMix_nextLong_jmhTest
 
Threads1_System_currentTimeMillis() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_System_currentTimeMillis_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest
 
Threads1_System_currentTimeMillis_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest
 
Threads1_System_currentTimeMillis_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest
 
Threads1_System_currentTimeMillis_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest
 
Threads1_System_currentTimeMillis_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest
 
Threads1_System_currentTimeMillis_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest
 
Threads1_System_currentTimeMillis_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest
 
Threads1_System_currentTimeMillis_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_currentTimeMillis_jmhTest
 
Threads1_System_identityHashCode() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_System_identityHashCode_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest
 
Threads1_System_identityHashCode_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest
 
Threads1_System_identityHashCode_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest
 
Threads1_System_identityHashCode_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest
 
Threads1_System_identityHashCode_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest
 
Threads1_System_identityHashCode_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest
 
Threads1_System_identityHashCode_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest
 
Threads1_System_identityHashCode_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_identityHashCode_jmhTest
 
Threads1_System_nanoTime() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_System_nanoTime_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest
 
Threads1_System_nanoTime_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest
 
Threads1_System_nanoTime_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest
 
Threads1_System_nanoTime_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest
 
Threads1_System_nanoTime_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest
 
Threads1_System_nanoTime_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest
 
Threads1_System_nanoTime_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest
 
Threads1_System_nanoTime_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_System_nanoTime_jmhTest
 
Threads1_ThreadLocalRandom_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_ThreadLocalRandom_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest
 
Threads1_ThreadLocalRandom_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest
 
Threads1_ThreadLocalRandom_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest
 
Threads1_ThreadLocalRandom_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest
 
Threads1_ThreadLocalRandom_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest
 
Threads1_ThreadLocalRandom_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest
 
Threads1_ThreadLocalRandom_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest
 
Threads1_ThreadLocalRandom_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextInt_jmhTest
 
Threads1_ThreadLocalRandom_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_ThreadLocalRandom_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest
 
Threads1_ThreadLocalRandom_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest
 
Threads1_ThreadLocalRandom_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest
 
Threads1_ThreadLocalRandom_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest
 
Threads1_ThreadLocalRandom_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest
 
Threads1_ThreadLocalRandom_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest
 
Threads1_ThreadLocalRandom_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest
 
Threads1_ThreadLocalRandom_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRandom_nextLong_jmhTest
 
Threads1_ThreadLocalRNG_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_ThreadLocalRNG_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest
 
Threads1_ThreadLocalRNG_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest
 
Threads1_ThreadLocalRNG_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest
 
Threads1_ThreadLocalRNG_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest
 
Threads1_ThreadLocalRNG_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest
 
Threads1_ThreadLocalRNG_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest
 
Threads1_ThreadLocalRNG_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest
 
Threads1_ThreadLocalRNG_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextInt_jmhTest
 
Threads1_ThreadLocalRNG_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_ThreadLocalRNG_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest
 
Threads1_ThreadLocalRNG_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest
 
Threads1_ThreadLocalRNG_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest
 
Threads1_ThreadLocalRNG_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest
 
Threads1_ThreadLocalRNG_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest
 
Threads1_ThreadLocalRNG_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest
 
Threads1_ThreadLocalRNG_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest
 
Threads1_ThreadLocalRNG_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalRNG_nextLong_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_ThreadLocalSequenceMix_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_ThreadLocalSequenceMix_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads1_ThreadLocalSequenceMix_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads1_ThreadLocalSplitMix_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_ThreadLocalSplitMix_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads1_ThreadLocalSplitMix_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads1_ThreadLocalSplitMix_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads1_ThreadLocalSplitMix_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads1_ThreadLocalSplitMix_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads1_ThreadLocalSplitMix_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads1_ThreadLocalSplitMix_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads1_ThreadLocalSplitMix_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads1_ThreadLocalSplitMix_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_ThreadLocalSplitMix_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads1_ThreadLocalSplitMix_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads1_ThreadLocalSplitMix_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads1_ThreadLocalSplitMix_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads1_ThreadLocalSplitMix_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads1_ThreadLocalSplitMix_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads1_ThreadLocalSplitMix_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads1_ThreadLocalSplitMix_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads1_UnfairLock_Well44497b_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_UnfairLock_Well44497b_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads1_UnfairLock_Well44497b_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads1_UnfairLock_Well44497b_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads1_UnfairLock_Well44497b_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads1_UnfairLock_Well44497b_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads1_UnfairLock_Well44497b_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads1_UnfairLock_Well44497b_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads1_UnfairLock_Well44497b_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads1_UnfairLock_Well44497b_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_UnfairLock_Well44497b_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads1_UnfairLock_Well44497b_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads1_UnfairLock_Well44497b_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads1_UnfairLock_Well44497b_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads1_UnfairLock_Well44497b_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads1_UnfairLock_Well44497b_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads1_UnfairLock_Well44497b_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads1_UnfairLock_Well44497b_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_UnfairLock_XorShift1024StarPhi_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_UnfairLock_XorShift1024StarPhi_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_UnfairLock_XorShift1024StarPhi_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads1_volatileInt_increment() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_volatileInt_increment_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest
 
Threads1_volatileInt_increment_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest
 
Threads1_volatileInt_increment_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest
 
Threads1_volatileInt_increment_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest
 
Threads1_volatileInt_increment_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest
 
Threads1_volatileInt_increment_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest
 
Threads1_volatileInt_increment_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest
 
Threads1_volatileInt_increment_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileInt_increment_jmhTest
 
Threads1_volatileLong_increment() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads1_volatileLong_increment_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest
 
Threads1_volatileLong_increment_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest
 
Threads1_volatileLong_increment_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest
 
Threads1_volatileLong_increment_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest
 
Threads1_volatileLong_increment_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest
 
Threads1_volatileLong_increment_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest
 
Threads1_volatileLong_increment_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest
 
Threads1_volatileLong_increment_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads1_volatileLong_increment_jmhTest
 
Threads4_AtomicInt_getAndIncrement() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_AtomicInt_getAndIncrement_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest
 
Threads4_AtomicInt_getAndIncrement_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest
 
Threads4_AtomicInt_getAndIncrement_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest
 
Threads4_AtomicInt_getAndIncrement_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest
 
Threads4_AtomicInt_getAndIncrement_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest
 
Threads4_AtomicInt_getAndIncrement_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest
 
Threads4_AtomicInt_getAndIncrement_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest
 
Threads4_AtomicInt_getAndIncrement_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicInt_getAndIncrement_jmhTest
 
Threads4_AtomicLong_getAndIncrement() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_AtomicLong_getAndIncrement_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest
 
Threads4_AtomicLong_getAndIncrement_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest
 
Threads4_AtomicLong_getAndIncrement_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest
 
Threads4_AtomicLong_getAndIncrement_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest
 
Threads4_AtomicLong_getAndIncrement_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest
 
Threads4_AtomicLong_getAndIncrement_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest
 
Threads4_AtomicLong_getAndIncrement_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest
 
Threads4_AtomicLong_getAndIncrement_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_AtomicLong_getAndIncrement_jmhTest
 
Threads4_createIntArraySeed_FairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createIntArraySeed_FairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest
 
Threads4_createIntArraySeed_FairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest
 
Threads4_createIntArraySeed_FairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest
 
Threads4_createIntArraySeed_FairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest
 
Threads4_createIntArraySeed_FairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest
 
Threads4_createIntArraySeed_FairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest
 
Threads4_createIntArraySeed_FairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest
 
Threads4_createIntArraySeed_FairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_FairLock_jmhTest
 
Threads4_createIntArraySeed_Sync(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createIntArraySeed_Sync_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest
 
Threads4_createIntArraySeed_Sync_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest
 
Threads4_createIntArraySeed_Sync_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest
 
Threads4_createIntArraySeed_Sync_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest
 
Threads4_createIntArraySeed_Sync_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest
 
Threads4_createIntArraySeed_Sync_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest
 
Threads4_createIntArraySeed_Sync_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest
 
Threads4_createIntArraySeed_Sync_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_Sync_jmhTest
 
Threads4_createIntArraySeed_UnfairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createIntArraySeed_UnfairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest
 
Threads4_createIntArraySeed_UnfairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest
 
Threads4_createIntArraySeed_UnfairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest
 
Threads4_createIntArraySeed_UnfairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest
 
Threads4_createIntArraySeed_UnfairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest
 
Threads4_createIntArraySeed_UnfairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest
 
Threads4_createIntArraySeed_UnfairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest
 
Threads4_createIntArraySeed_UnfairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeed_UnfairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_FairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createIntArraySeedBlocks_FairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_FairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_FairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_FairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_FairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_FairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_FairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_FairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_FairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_Sync(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createIntArraySeedBlocks_Sync_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest
 
Threads4_createIntArraySeedBlocks_Sync_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest
 
Threads4_createIntArraySeedBlocks_Sync_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest
 
Threads4_createIntArraySeedBlocks_Sync_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest
 
Threads4_createIntArraySeedBlocks_Sync_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest
 
Threads4_createIntArraySeedBlocks_Sync_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest
 
Threads4_createIntArraySeedBlocks_Sync_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest
 
Threads4_createIntArraySeedBlocks_Sync_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_Sync_jmhTest
 
Threads4_createIntArraySeedBlocks_UnfairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createIntArraySeedBlocks_UnfairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_UnfairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_UnfairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_UnfairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_UnfairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_UnfairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_UnfairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createIntArraySeedBlocks_UnfairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createIntArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createLongArraySeed_FairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createLongArraySeed_FairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest
 
Threads4_createLongArraySeed_FairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest
 
Threads4_createLongArraySeed_FairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest
 
Threads4_createLongArraySeed_FairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest
 
Threads4_createLongArraySeed_FairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest
 
Threads4_createLongArraySeed_FairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest
 
Threads4_createLongArraySeed_FairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest
 
Threads4_createLongArraySeed_FairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_FairLock_jmhTest
 
Threads4_createLongArraySeed_Sync(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createLongArraySeed_Sync_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest
 
Threads4_createLongArraySeed_Sync_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest
 
Threads4_createLongArraySeed_Sync_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest
 
Threads4_createLongArraySeed_Sync_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest
 
Threads4_createLongArraySeed_Sync_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest
 
Threads4_createLongArraySeed_Sync_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest
 
Threads4_createLongArraySeed_Sync_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest
 
Threads4_createLongArraySeed_Sync_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_Sync_jmhTest
 
Threads4_createLongArraySeed_UnfairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.SeedSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createLongArraySeed_UnfairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest
 
Threads4_createLongArraySeed_UnfairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest
 
Threads4_createLongArraySeed_UnfairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest
 
Threads4_createLongArraySeed_UnfairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest
 
Threads4_createLongArraySeed_UnfairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest
 
Threads4_createLongArraySeed_UnfairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest
 
Threads4_createLongArraySeed_UnfairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest
 
Threads4_createLongArraySeed_UnfairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_SeedSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeed_UnfairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_FairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createLongArraySeedBlocks_FairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_FairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_FairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_FairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_FairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_FairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_FairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_FairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_FairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_Sync(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createLongArraySeedBlocks_Sync_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest
 
Threads4_createLongArraySeedBlocks_Sync_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest
 
Threads4_createLongArraySeedBlocks_Sync_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest
 
Threads4_createLongArraySeedBlocks_Sync_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest
 
Threads4_createLongArraySeedBlocks_Sync_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest
 
Threads4_createLongArraySeedBlocks_Sync_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest
 
Threads4_createLongArraySeedBlocks_Sync_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest
 
Threads4_createLongArraySeedBlocks_Sync_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_Sync_jmhTest
 
Threads4_createLongArraySeedBlocks_UnfairLock(SeedArrayGenerationPerformance.SeedRandomSources, SeedArrayGenerationPerformance.TestSizes) - Method in class org.apache.commons.rng.examples.jmh.simple.SeedArrayGenerationPerformance
 
Threads4_createLongArraySeedBlocks_UnfairLock_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_UnfairLock_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_UnfairLock_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_UnfairLock_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_UnfairLock_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_UnfairLock_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_UnfairLock_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_createLongArraySeedBlocks_UnfairLock_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedArrayGenerationPerformance_SeedRandomSources_jmhType, SeedArrayGenerationPerformance_TestSizes_jmhType, SeedArrayGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedArrayGenerationPerformance_Threads4_createLongArraySeedBlocks_UnfairLock_jmhTest
 
Threads4_FairLock_Well44497b_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_FairLock_Well44497b_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest
 
Threads4_FairLock_Well44497b_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest
 
Threads4_FairLock_Well44497b_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest
 
Threads4_FairLock_Well44497b_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest
 
Threads4_FairLock_Well44497b_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest
 
Threads4_FairLock_Well44497b_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest
 
Threads4_FairLock_Well44497b_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest
 
Threads4_FairLock_Well44497b_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextInt_jmhTest
 
Threads4_FairLock_Well44497b_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_FairLock_Well44497b_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest
 
Threads4_FairLock_Well44497b_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest
 
Threads4_FairLock_Well44497b_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest
 
Threads4_FairLock_Well44497b_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest
 
Threads4_FairLock_Well44497b_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest
 
Threads4_FairLock_Well44497b_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest
 
Threads4_FairLock_Well44497b_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest
 
Threads4_FairLock_Well44497b_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_Well44497b_nextLong_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_FairLock_XoRoShiRo128Plus_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_FairLock_XoRoShiRo128Plus_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_FairLock_XoRoShiRo128Plus_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_FairLock_XorShift1024StarPhi_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_FairLock_XorShift1024StarPhi_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_FairLock_XorShift1024StarPhi_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_FairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_Random_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_Random_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest
 
Threads4_Random_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest
 
Threads4_Random_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest
 
Threads4_Random_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest
 
Threads4_Random_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest
 
Threads4_Random_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest
 
Threads4_Random_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest
 
Threads4_Random_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextInt_jmhTest
 
Threads4_Random_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_Random_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest
 
Threads4_Random_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest
 
Threads4_Random_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest
 
Threads4_Random_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest
 
Threads4_Random_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest
 
Threads4_Random_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest
 
Threads4_Random_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest
 
Threads4_Random_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Random_nextLong_jmhTest
 
Threads4_SeedFactory_createInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_SeedFactory_createInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest
 
Threads4_SeedFactory_createInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest
 
Threads4_SeedFactory_createInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest
 
Threads4_SeedFactory_createInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest
 
Threads4_SeedFactory_createInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest
 
Threads4_SeedFactory_createInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest
 
Threads4_SeedFactory_createInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest
 
Threads4_SeedFactory_createInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createInt_jmhTest
 
Threads4_SeedFactory_createLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_SeedFactory_createLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest
 
Threads4_SeedFactory_createLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest
 
Threads4_SeedFactory_createLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest
 
Threads4_SeedFactory_createLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest
 
Threads4_SeedFactory_createLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest
 
Threads4_SeedFactory_createLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest
 
Threads4_SeedFactory_createLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest
 
Threads4_SeedFactory_createLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SeedFactory_createLong_jmhTest
 
Threads4_Sync_Well44497b_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_Sync_Well44497b_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest
 
Threads4_Sync_Well44497b_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest
 
Threads4_Sync_Well44497b_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest
 
Threads4_Sync_Well44497b_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest
 
Threads4_Sync_Well44497b_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest
 
Threads4_Sync_Well44497b_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest
 
Threads4_Sync_Well44497b_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest
 
Threads4_Sync_Well44497b_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextInt_jmhTest
 
Threads4_Sync_Well44497b_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_Sync_Well44497b_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest
 
Threads4_Sync_Well44497b_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest
 
Threads4_Sync_Well44497b_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest
 
Threads4_Sync_Well44497b_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest
 
Threads4_Sync_Well44497b_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest
 
Threads4_Sync_Well44497b_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest
 
Threads4_Sync_Well44497b_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest
 
Threads4_Sync_Well44497b_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_Well44497b_nextLong_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_Sync_XoRoShiRo128Plus_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_Sync_XoRoShiRo128Plus_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_Sync_XoRoShiRo128Plus_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_Sync_XorShift1024StarPhi_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_Sync_XorShift1024StarPhi_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_Sync_XorShift1024StarPhi_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_Sync_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_SyncSplitMix_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_SyncSplitMix_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest
 
Threads4_SyncSplitMix_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest
 
Threads4_SyncSplitMix_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest
 
Threads4_SyncSplitMix_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest
 
Threads4_SyncSplitMix_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest
 
Threads4_SyncSplitMix_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest
 
Threads4_SyncSplitMix_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest
 
Threads4_SyncSplitMix_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextInt_jmhTest
 
Threads4_SyncSplitMix_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_SyncSplitMix_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest
 
Threads4_SyncSplitMix_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest
 
Threads4_SyncSplitMix_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest
 
Threads4_SyncSplitMix_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest
 
Threads4_SyncSplitMix_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest
 
Threads4_SyncSplitMix_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest
 
Threads4_SyncSplitMix_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest
 
Threads4_SyncSplitMix_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_SyncSplitMix_nextLong_jmhTest
 
Threads4_System_currentTimeMillis() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_System_currentTimeMillis_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest
 
Threads4_System_currentTimeMillis_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest
 
Threads4_System_currentTimeMillis_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest
 
Threads4_System_currentTimeMillis_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest
 
Threads4_System_currentTimeMillis_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest
 
Threads4_System_currentTimeMillis_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest
 
Threads4_System_currentTimeMillis_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest
 
Threads4_System_currentTimeMillis_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_currentTimeMillis_jmhTest
 
Threads4_System_identityHashCode() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_System_identityHashCode_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest
 
Threads4_System_identityHashCode_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest
 
Threads4_System_identityHashCode_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest
 
Threads4_System_identityHashCode_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest
 
Threads4_System_identityHashCode_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest
 
Threads4_System_identityHashCode_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest
 
Threads4_System_identityHashCode_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest
 
Threads4_System_identityHashCode_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_identityHashCode_jmhTest
 
Threads4_System_nanoTime() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_System_nanoTime_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest
 
Threads4_System_nanoTime_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest
 
Threads4_System_nanoTime_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest
 
Threads4_System_nanoTime_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest
 
Threads4_System_nanoTime_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest
 
Threads4_System_nanoTime_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest
 
Threads4_System_nanoTime_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest
 
Threads4_System_nanoTime_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_System_nanoTime_jmhTest
 
Threads4_ThreadLocalRandom_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_ThreadLocalRandom_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest
 
Threads4_ThreadLocalRandom_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest
 
Threads4_ThreadLocalRandom_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest
 
Threads4_ThreadLocalRandom_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest
 
Threads4_ThreadLocalRandom_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest
 
Threads4_ThreadLocalRandom_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest
 
Threads4_ThreadLocalRandom_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest
 
Threads4_ThreadLocalRandom_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextInt_jmhTest
 
Threads4_ThreadLocalRandom_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_ThreadLocalRandom_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest
 
Threads4_ThreadLocalRandom_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest
 
Threads4_ThreadLocalRandom_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest
 
Threads4_ThreadLocalRandom_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest
 
Threads4_ThreadLocalRandom_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest
 
Threads4_ThreadLocalRandom_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest
 
Threads4_ThreadLocalRandom_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest
 
Threads4_ThreadLocalRandom_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRandom_nextLong_jmhTest
 
Threads4_ThreadLocalRNG_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_ThreadLocalRNG_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest
 
Threads4_ThreadLocalRNG_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest
 
Threads4_ThreadLocalRNG_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest
 
Threads4_ThreadLocalRNG_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest
 
Threads4_ThreadLocalRNG_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest
 
Threads4_ThreadLocalRNG_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest
 
Threads4_ThreadLocalRNG_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest
 
Threads4_ThreadLocalRNG_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextInt_jmhTest
 
Threads4_ThreadLocalRNG_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_ThreadLocalRNG_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest
 
Threads4_ThreadLocalRNG_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest
 
Threads4_ThreadLocalRNG_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest
 
Threads4_ThreadLocalRNG_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest
 
Threads4_ThreadLocalRNG_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest
 
Threads4_ThreadLocalRNG_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest
 
Threads4_ThreadLocalRNG_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest
 
Threads4_ThreadLocalRNG_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalRNG_nextLong_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_ThreadLocalSequenceMix_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextInt_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_ThreadLocalSequenceMix_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads4_ThreadLocalSequenceMix_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSequenceMix_nextLong_jmhTest
 
Threads4_ThreadLocalSplitMix_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_ThreadLocalSplitMix_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads4_ThreadLocalSplitMix_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads4_ThreadLocalSplitMix_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads4_ThreadLocalSplitMix_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads4_ThreadLocalSplitMix_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads4_ThreadLocalSplitMix_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads4_ThreadLocalSplitMix_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads4_ThreadLocalSplitMix_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextInt_jmhTest
 
Threads4_ThreadLocalSplitMix_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_ThreadLocalSplitMix_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads4_ThreadLocalSplitMix_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads4_ThreadLocalSplitMix_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads4_ThreadLocalSplitMix_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads4_ThreadLocalSplitMix_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads4_ThreadLocalSplitMix_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads4_ThreadLocalSplitMix_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads4_ThreadLocalSplitMix_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_ThreadLocalSplitMix_nextLong_jmhTest
 
Threads4_UnfairLock_Well44497b_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_UnfairLock_Well44497b_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads4_UnfairLock_Well44497b_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads4_UnfairLock_Well44497b_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads4_UnfairLock_Well44497b_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads4_UnfairLock_Well44497b_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads4_UnfairLock_Well44497b_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads4_UnfairLock_Well44497b_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads4_UnfairLock_Well44497b_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextInt_jmhTest
 
Threads4_UnfairLock_Well44497b_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_UnfairLock_Well44497b_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads4_UnfairLock_Well44497b_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads4_UnfairLock_Well44497b_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads4_UnfairLock_Well44497b_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads4_UnfairLock_Well44497b_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads4_UnfairLock_Well44497b_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads4_UnfairLock_Well44497b_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads4_UnfairLock_Well44497b_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_Well44497b_nextLong_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextInt_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XoRoShiRo128Plus_nextLong_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_UnfairLock_XorShift1024StarPhi_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextInt_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_UnfairLock_XorShift1024StarPhi_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_UnfairLock_XorShift1024StarPhi_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_UnfairLock_XorShift1024StarPhi_nextLong_jmhTest
 
Threads4_volatileInt_increment() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_volatileInt_increment_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest
 
Threads4_volatileInt_increment_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest
 
Threads4_volatileInt_increment_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest
 
Threads4_volatileInt_increment_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest
 
Threads4_volatileInt_increment_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest
 
Threads4_volatileInt_increment_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest
 
Threads4_volatileInt_increment_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest
 
Threads4_volatileInt_increment_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileInt_increment_jmhTest
 
Threads4_volatileLong_increment() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Threads4_volatileLong_increment_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest
 
Threads4_volatileLong_increment_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest
 
Threads4_volatileLong_increment_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest
 
Threads4_volatileLong_increment_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest
 
Threads4_volatileLong_increment_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest
 
Threads4_volatileLong_increment_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest
 
Threads4_volatileLong_increment_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest
 
Threads4_volatileLong_increment_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Threads4_volatileLong_increment_jmhTest
 

U

usingCollections(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a shuffle using java.utils.Collections.
usingCollections_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingCollections_jmhTest
 
usingCollections_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingCollections_jmhTest
 
usingCollections_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingCollections_jmhTest
 
usingCollections_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingCollections_jmhTest
 
usingCollections_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingCollections_jmhTest
 
usingCollections_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingCollections_jmhTest
 
usingCollections_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingCollections_jmhTest
 
usingCollections_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingCollections_jmhTest
 
usingDirectRandomAccess(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a direct shuffle on the list using JDK Collections method.
usingDirectRandomAccess_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccess_jmhTest
 
usingDirectRandomAccess_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccess_jmhTest
 
usingDirectRandomAccess_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccess_jmhTest
 
usingDirectRandomAccess_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccess_jmhTest
 
usingDirectRandomAccess_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccess_jmhTest
 
usingDirectRandomAccess_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccess_jmhTest
 
usingDirectRandomAccess_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccess_jmhTest
 
usingDirectRandomAccess_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccess_jmhTest
 
usingDirectRandomAccessDirectionalBidirectional(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a direct shuffle on the list using JDK Collections method modified to handle a directional shuffle from a start index.
usingDirectRandomAccessDirectionalBidirectional_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest
 
usingDirectRandomAccessDirectionalBidirectional_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest
 
usingDirectRandomAccessDirectionalBidirectional_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest
 
usingDirectRandomAccessDirectionalBidirectional_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest
 
usingDirectRandomAccessDirectionalBidirectional_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest
 
usingDirectRandomAccessDirectionalBidirectional_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest
 
usingDirectRandomAccessDirectionalBidirectional_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest
 
usingDirectRandomAccessDirectionalBidirectional_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessDirectionalBidirectional_jmhTest
 
usingDirectRandomAccessSublistBidirectional(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a direct shuffle on the list using JDK Collections method modified to handle a directional shuffle from a start index by extracting a sub-list.
usingDirectRandomAccessSublistBidirectional_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest
 
usingDirectRandomAccessSublistBidirectional_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest
 
usingDirectRandomAccessSublistBidirectional_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest
 
usingDirectRandomAccessSublistBidirectional_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest
 
usingDirectRandomAccessSublistBidirectional_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest
 
usingDirectRandomAccessSublistBidirectional_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest
 
usingDirectRandomAccessSublistBidirectional_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest
 
usingDirectRandomAccessSublistBidirectional_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingDirectRandomAccessSublistBidirectional_jmhTest
 
usingListSampler(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a shuffle using the current ListSampler shuffle.
usingListSampler_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSampler_jmhTest
 
usingListSampler_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSampler_jmhTest
 
usingListSampler_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSampler_jmhTest
 
usingListSampler_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSampler_jmhTest
 
usingListSampler_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSampler_jmhTest
 
usingListSampler_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSampler_jmhTest
 
usingListSampler_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSampler_jmhTest
 
usingListSampler_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSampler_jmhTest
 
usingListSamplerBidirectional(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a shuffle using the current ListSampler shuffle.
usingListSamplerBidirectional_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest
 
usingListSamplerBidirectional_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest
 
usingListSamplerBidirectional_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest
 
usingListSamplerBidirectional_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest
 
usingListSamplerBidirectional_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest
 
usingListSamplerBidirectional_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest
 
usingListSamplerBidirectional_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest
 
usingListSamplerBidirectional_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingListSamplerBidirectional_jmhTest
 
usingPermutationSampler(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates to the PermuationSampler.
usingPermutationSampler_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSampler_jmhTest
 
usingPermutationSampler_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSampler_jmhTest
 
usingPermutationSampler_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSampler_jmhTest
 
usingPermutationSampler_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSampler_jmhTest
 
usingPermutationSampler_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSampler_jmhTest
 
usingPermutationSampler_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSampler_jmhTest
 
usingPermutationSampler_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSampler_jmhTest
 
usingPermutationSampler_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSampler_jmhTest
 
usingPermutationSamplerBidirectional(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates to the PermuationSampler.
usingPermutationSamplerBidirectional_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest
 
usingPermutationSamplerBidirectional_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest
 
usingPermutationSamplerBidirectional_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest
 
usingPermutationSamplerBidirectional_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest
 
usingPermutationSamplerBidirectional_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest
 
usingPermutationSamplerBidirectional_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest
 
usingPermutationSamplerBidirectional_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest
 
usingPermutationSamplerBidirectional_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerBidirectional_jmhTest
 
usingPermutationSamplerRandomAccess(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates to the PermuationSampler.
usingPermutationSamplerRandomAccess_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest
 
usingPermutationSamplerRandomAccess_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest
 
usingPermutationSamplerRandomAccess_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest
 
usingPermutationSamplerRandomAccess_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest
 
usingPermutationSamplerRandomAccess_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest
 
usingPermutationSamplerRandomAccess_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest
 
usingPermutationSamplerRandomAccess_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest
 
usingPermutationSamplerRandomAccess_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccess_jmhTest
 
usingPermutationSamplerRandomAccessBidirectional(ListShuffleBenchmark.ListData) - Method in class org.apache.commons.rng.examples.jmh.sampling.ListShuffleBenchmark
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates to the PermuationSampler.
usingPermutationSamplerRandomAccessBidirectional_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest
 
usingPermutationSamplerRandomAccessBidirectional_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest
 
usingPermutationSamplerRandomAccessBidirectional_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest
 
usingPermutationSamplerRandomAccessBidirectional_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest
 
usingPermutationSamplerRandomAccessBidirectional_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest
 
usingPermutationSamplerRandomAccessBidirectional_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest
 
usingPermutationSamplerRandomAccessBidirectional_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest
 
usingPermutationSamplerRandomAccessBidirectional_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, ListShuffleBenchmark_ListData_jmhType, ListShuffleBenchmark_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.sampling.generated.ListShuffleBenchmark_usingPermutationSamplerRandomAccessBidirectional_jmhTest
 

W

Well44497b_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Well44497b_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextInt_jmhTest
 
Well44497b_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextInt_jmhTest
 
Well44497b_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextInt_jmhTest
 
Well44497b_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextInt_jmhTest
 
Well44497b_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextInt_jmhTest
 
Well44497b_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextInt_jmhTest
 
Well44497b_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextInt_jmhTest
 
Well44497b_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextInt_jmhTest
 
Well44497b_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
Well44497b_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextLong_jmhTest
 
Well44497b_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextLong_jmhTest
 
Well44497b_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextLong_jmhTest
 
Well44497b_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextLong_jmhTest
 
Well44497b_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextLong_jmhTest
 
Well44497b_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextLong_jmhTest
 
Well44497b_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextLong_jmhTest
 
Well44497b_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_Well44497b_nextLong_jmhTest
 

X

XoRoShiRo128Plus_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
XoRoShiRo128Plus_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest
 
XoRoShiRo128Plus_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest
 
XoRoShiRo128Plus_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest
 
XoRoShiRo128Plus_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest
 
XoRoShiRo128Plus_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest
 
XoRoShiRo128Plus_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest
 
XoRoShiRo128Plus_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest
 
XoRoShiRo128Plus_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextInt_jmhTest
 
XoRoShiRo128Plus_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
XoRoShiRo128Plus_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest
 
XoRoShiRo128Plus_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest
 
XoRoShiRo128Plus_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest
 
XoRoShiRo128Plus_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest
 
XoRoShiRo128Plus_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest
 
XoRoShiRo128Plus_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest
 
XoRoShiRo128Plus_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest
 
XoRoShiRo128Plus_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XoRoShiRo128Plus_nextLong_jmhTest
 
XorShift1024StarPhi_nextInt() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
XorShift1024StarPhi_nextInt_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest
 
XorShift1024StarPhi_nextInt_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest
 
XorShift1024StarPhi_nextInt_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest
 
XorShift1024StarPhi_nextInt_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest
 
XorShift1024StarPhi_nextInt_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest
 
XorShift1024StarPhi_nextInt_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest
 
XorShift1024StarPhi_nextInt_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest
 
XorShift1024StarPhi_nextInt_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextInt_jmhTest
 
XorShift1024StarPhi_nextLong() - Method in class org.apache.commons.rng.examples.jmh.simple.SeedGenerationPerformance
 
XorShift1024StarPhi_nextLong_AverageTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest
 
XorShift1024StarPhi_nextLong_avgt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest
 
XorShift1024StarPhi_nextLong_sample_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SampleBuffer, int, long, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest
 
XorShift1024StarPhi_nextLong_SampleTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest
 
XorShift1024StarPhi_nextLong_SingleShotTime(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest
 
XorShift1024StarPhi_nextLong_ss_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest
 
XorShift1024StarPhi_nextLong_Throughput(InfraControl, ThreadParams) - Method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest
 
XorShift1024StarPhi_nextLong_thrpt_jmhStub(InfraControl, RawResults, BenchmarkParams, IterationParams, ThreadParams, Blackhole, Control, int, SeedGenerationPerformance_jmhType) - Static method in class org.apache.commons.rng.examples.jmh.simple.generated.SeedGenerationPerformance_XorShift1024StarPhi_nextLong_jmhTest
 
A B C D E F G I K L M N O P R S T U W X 
Skip navigation links

Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.