Interface NormalizedGaussianSampler
-
- All Superinterfaces:
ContinuousSampler
- All Known Implementing Classes:
BoxMullerNormalizedGaussianSampler,MarsagliaNormalizedGaussianSampler,ZigguratNormalizedGaussianSampler,ZigguratSampler.NormalizedGaussian
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface NormalizedGaussianSampler extends ContinuousSampler
Marker interface for a sampler that generates values from an N(0,1) Gaussian distribution.- Since:
- 1.1
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.rng.sampling.distribution.ContinuousSampler
sample, samples, samples
-
-