NormalizedGaussianSampler

fun fun interface NormalizedGaussianSampler : BlockingDoubleSampler

Marker interface for a sampler that generates values from an N(0,1) Gaussian distribution.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

sample
Link copied to clipboard
common
abstract override fun sample(generator: RandomGenerator): BlockingDoubleChain
Generates a chain of samples.

Inheritors

BoxMullerSampler
Link copied to clipboard
MarsagliaNormalizedGaussianSampler
Link copied to clipboard
ZigguratNormalizedGaussianSampler
Link copied to clipboard

Sources

common source
Link copied to clipboard