![]() | Random |
The RandomNumberStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this generator. |
![]() | Dispose | Frees the stream data structure. |
![]() | Dispose(Boolean) | Frees the stream data structure. |
![]() | FillT(IRandomNumberDistributionT, T) | Fills the given array with next random numbers from this stream. |
![]() | FillT(IRandomNumberDistributionT, T, Int32, Int32) | Fills the given array with next random numbers from this stream. |
![]() | Finalize |
Frees the stream data structure.
(Overrides ObjectFinalize) |
![]() ![]() | GetErrorMessage | Retrieve an error message for the given Enum value. |
![]() | LoadStreamFromFile | Sets this generators state to that stored in the given file using the SaveStreamToFile function. |
![]() | NextT | Fills a new array with next random numbers from this stream. |
![]() | Reset | Resets the the generator to the given seed. |
![]() | SaveStreamToFile | Save this generators state to a file. |