Click or drag to resize

RandomNumberStream(RandomNumberStreamBasicRandGenType) Constructor

Constructs a RandomNumberStream object of the specified type with a random seed.

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

Parameters

type  RandomNumberStreamBasicRandGenType
Generator type.
See Also