Click or drag to resize

RandomNumberStream(Int32) Constructor

Constructs a RandomNumberStream object of the default type and given seed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandomNumberStream(
	int seed
)

Parameters

seed  Int32
Generator seed.
See Also