Click or drag to resize

TruncatedParetoRandomSource Property

Gets the random number generator which is used to draw random samples.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Random RandomSource { get; set; }

Property Value

Random

Implements

IDistributionRandomSource
See Also