Click or drag to resize

RandomNumberStream(Int32, RandomNumberStreamBasicRandGenType) Constructor

Constructs a RandomNumberStream object with the given seed and type.

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

Parameters

seedOrDimension  Int32
If type equals Sobol or Niederr, specifies the dimension for the quasirandom generator; otherwise, specifieds the generator seed.
type  RandomNumberStreamBasicRandGenType
Generator type.
See Also