Click or drag to resize

RanmarSeed(UInt32) Method

Initializes the generator with the specified seed.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Seed(
	uint ijkl
)

Parameters

ijkl  UInt32
The seed value.
See Also