Click or drag to resize

ProbabilityDistributionGenerator Property

Returns the random generator used by the distribution to generate the random values.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RandomGenerator Generator { get; }

Property Value

RandomGenerator
The used random generator.
See Also