Click or drag to resize

NormalDistribution Fields

The NormalDistribution type exposes the following members.

Fields
 NameDescription
Protected fieldcached Cached flag indicating whether a value is available in the Box-Muller cache.
Protected fieldcacheval Cached parameters and coefficients used by the normal distribution implementation.
Protected fieldgeneratorPointer to generator.
(Inherited from ProbabilityDistribution)
Protected fieldmu Cached parameters and coefficients used by the normal distribution implementation.
Protected fieldscale Cached parameters and coefficients used by the normal distribution implementation.
Protected fieldsigma Cached parameters and coefficients used by the normal distribution implementation.
Top
See Also