Click or drag to resize

RandomGeneratorSeed Property

Gets the current seed value.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public uint Seed { get; }

Property Value

UInt32
The seed used to initialize the generator state.
See Also