Click or drag to resize

SobolQuasiRandomGenerator(Int32) Constructor

Constructs a SobolQuasiRandomGenerator for generating quasi-random points in n-dimensioal space.

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

Parameters

numDimensions  Int32
The dimension.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the number of dimensions is zero or negative.
See Also