Constructs a RandomNumberStream object with the given seed and type.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public RandomNumberStream(
	int seed,
	RandomNumberStream..::.BasicRandGenType type
)
Visual Basic (Declaration)
Public Sub New ( _
	seed As Integer, _
	type As RandomNumberStream..::.BasicRandGenType _
)
Visual C++
public:
RandomNumberStream(
	int seed, 
	RandomNumberStream..::.BasicRandGenType type
)

Parameters

seed
Type: System..::.Int32
Generator seed.
type
Type: CenterSpace.NMath.Core..::.RandomNumberStream..::.BasicRandGenType
Generator type.

See Also