Click or drag to resize
FaureSequence Constructor (Int32)
Creates a Faure sequence with the default base.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public FaureSequence(
	int dimension
)

Parameters

dimension
Type: SystemInt32
An int which specifies the dimension of the sequence.
Remarks
The base defaults to the smallest prime equal to or greater than dimension.
See Also