Click or drag to resize
IRandomSequence Interface
Interface implemented by generators of random or quasi-random multidimension sequences.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface IRandomSequence

The IRandomSequence type exposes the following members.

Methods
  NameDescription
Public methodNextPoint
Returns the next multidimensional point in the sequence.
Top
Properties
  NameDescription
Public propertyDimension
Returns the dimension of the sequence.
Top
See Also