Interface ContinuousSampler
-
- All Known Subinterfaces:
NormalizedGaussianSampler,SharedStateContinuousSampler
- All Known Implementing Classes:
AhrensDieterExponentialSampler,AhrensDieterMarsagliaTsangGammaSampler,BoxMullerGaussianSampler,BoxMullerLogNormalSampler,BoxMullerNormalizedGaussianSampler,ChengBetaSampler,ContinuousUniformSampler,GaussianSampler,InverseTransformContinuousSampler,InverseTransformParetoSampler,LevySampler,LogNormalSampler,MarsagliaNormalizedGaussianSampler,StableSampler,ZigguratNormalizedGaussianSampler,ZigguratSampler,ZigguratSampler.Exponential,ZigguratSampler.NormalizedGaussian
public interface ContinuousSampler
Sampler that generates values of typedouble.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublesample()Creates a sample.
-
-
-
Method Detail
-
sample
double sample()
Creates a sample.- Returns:
- a sample.
-
-