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 ContinuousSampler
Sampler that generates values of type
double.- Since:
- 1.0
-
Method Summary
Modifier and Type Method Description doublesample()Creates a sample.
-
Method Details
-
sample
double sample()Creates a sample.- Returns:
- a sample.
-