![]() | AbstractRandomNumberStream Class |
Namespace: CenterSpace.NMath.Core
The AbstractRandomNumberStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractRandomNumberStream |
Constructs an AbstractRandomNumberStream from the given delegate. The
delegate should return uniform random numbers in (0, 1).
|
Name | Description | |
---|---|---|
![]() | RandGenType |
Gets the type.
(Inherited from RandomNumberStream.) |
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 |
Destructor. Frees resources.
(Overrides RandomNumberStreamFinalize.) |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | disposed_ |
Flag indicating if the object is disposed.
(Inherited from RandomNumberStream.) |
![]() | stream_ |
The MKL stream pointer.
(Inherited from RandomNumberStream.) |
![]() | type_ |
The basic random generator type.
(Inherited from RandomNumberStream.) |