Click or drag to resize

Ran205(UInt32) Constructor

Initializes a new instance of the Ran205 class with a specified seed.

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

Parameters

the_seed  UInt32
The seed value.
See Also