Class StableSamplerPerformance.Alpha1StableSamplerSource
- java.lang.Object
-
- org.apache.commons.rng.examples.jmh.sampling.distribution.StableSamplerPerformance.SamplerSource
-
- org.apache.commons.rng.examples.jmh.sampling.distribution.StableSamplerPerformance.StableSamplerSource
-
- org.apache.commons.rng.examples.jmh.sampling.distribution.StableSamplerPerformance.Alpha1StableSamplerSource
-
- Enclosing class:
- StableSamplerPerformance
public static class StableSamplerPerformance.Alpha1StableSamplerSource extends StableSamplerPerformance.StableSamplerSource
Sampling withalpha = 1andbeta != 0.
-
-
Constructor Summary
Constructors Constructor Description Alpha1StableSamplerSource()
-
Method Summary
-
Methods inherited from class org.apache.commons.rng.examples.jmh.sampling.distribution.StableSamplerPerformance.StableSamplerSource
getSampler, setup
-
Methods inherited from class org.apache.commons.rng.examples.jmh.sampling.distribution.StableSamplerPerformance.SamplerSource
getRNG
-
-
-
-
Constructor Detail
-
Alpha1StableSamplerSource
public Alpha1StableSamplerSource()
-
-