Interface ContinuousSampler
-
- All Known Subinterfaces:
NormalizedGaussianSampler
- All Known Implementing Classes:
AhrensDieterExponentialSampler,AhrensDieterMarsagliaTsangGammaSampler,BoxMullerGaussianSampler,BoxMullerLogNormalSampler,BoxMullerNormalizedGaussianSampler,ChengBetaSampler,ContinuousUniformSampler,GaussianSampler,InverseTransformContinuousSampler,InverseTransformParetoSampler,LogNormalSampler,MarsagliaNormalizedGaussianSampler,ZigguratNormalizedGaussianSampler
public interface ContinuousSamplerSampler that generates values of typedouble.- Since:
- 1.0
-
-
Method Summary
Modifier and Type Method Description doublesample()Creates a sample.
-