Click or drag to resize

ALFGeneratorShortLag Property

Gets or sets the short lag of the Lagged Fibonacci pseudo-random number generator.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int ShortLag { get; set; }

Property Value

Int32
Remarks
Call IsValidShortLag(Int32) to determine whether a value is valid and therefor assignable.
See Also