IMSL C# Numerical Library

FaureSequence Constructor (Int32)

Creates a Faure sequence with the default base.

public FaureSequence(
   int dimension
);

Parameters

dimension
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

FaureSequence Class | Imsl.Stat Namespace | FaureSequence Constructor Overload List