Click or drag to resize

RandomGenerator(UInt32) Constructor

Constructs the random generator with a seed value.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RandomGenerator(
	uint new_seed
)

Parameters

new_seed  UInt32
The initial seed value.
See Also