NextGaussianPerformance_jmhType_B1
public class NextGaussianPerformance
extends java.lang.Object
Random.nextGaussian()
in order to compare
the speed of generation of normally-distributed random numbers.Constructor | Description |
---|---|
NextGaussianPerformance() |
Modifier and Type | Method | Description |
---|---|---|
double |
baseline() |
Baseline for the JMH timing overhead for production of an
double value. |
double |
runJDKRandomGaussianSampler() |
Run JDK random gaussian sampler.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.