Click or drag to resize

DistributionReset Method

Resets the random number distribution, so that it produces the same random number sequence again.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Reset()

Return Value

Boolean
, if the random number distribution was reset; otherwise, .
See Also