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
Syntax public 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.
|
TopProperties
| Name | Description |
---|
| Dimension |
Returns the dimension of the sequence.
|
TopSee Also