IRandomSequence Interface |
Interface implemented by generators of random or quasi-random
multidimension sequences.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic interface IRandomSequence
Public Interface IRandomSequence
public interface class IRandomSequence
type IRandomSequence = interface end
The IRandomSequence type exposes the following members.
Methods
| Name | Description |
---|
 | NextPoint |
Returns the next multidimensional point in the sequence.
|
Top
Properties
| Name | Description |
---|
 | Dimension |
Returns the dimension of the sequence.
|
Top
See Also