|  | Skip | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe SkipAheadStream type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SkipAheadStream | Constructs a SkipAheadStream object based on a given original stream. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | RandGenType | Gets the type. (Inherited from RandomNumberStream) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this generator. (Inherited from RandomNumberStream) | 
|  | Dispose | Frees the stream data structure. (Inherited from RandomNumberStream) | 
|  | Dispose(Boolean) | Frees the stream data structure. (Inherited from RandomNumberStream) | 
|  | FillT(IRandomNumberDistributionT, T) | Fills the given array with next random numbers from this stream. (Inherited from RandomNumberStream) | 
|  | FillT(IRandomNumberDistributionT, T, Int32, Int32) | Fills the given array with next random numbers from this stream. (Inherited from RandomNumberStream) | 
|  | Finalize | Frees the stream data structure. (Inherited from RandomNumberStream) | 
|  | LoadStreamFromFile | Sets this generators state to that stored in the given file using the
            SaveStreamToFile function. (Inherited from RandomNumberStream) | 
|  | NextT | Fills a new array with next random numbers from this stream. (Inherited from RandomNumberStream) | 
|  | Reset | Resets the the generator to the given seed. (Inherited from RandomNumberStream) | 
|  | SaveStreamToFile | Save this generators state to a file. (Inherited from RandomNumberStream) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | disposed_ | Flag indicating if the object is disposed. (Inherited from RandomNumberStream) | 
|  | stream_ | The MKL stream pointer. (Inherited from RandomNumberStream) | 
|   | SupportedGeneratorTypes | A list of basic random number generator types which support skip-ahead streams. | 
|  | type_ | The basic random generator type. (Inherited from RandomNumberStream) | 
 Remarks
Remarks See Also
See Also