Random |
The RandomNumbersT, D type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearBuffer | Clears the buffer. | |
| Clone | Create a deep copy of self. | |
| FillBuffer | Fills the buffer. | |
| Next | Gets the next random deviate. | |
| RandomSeed | Returns a random seed. | |
| Reset(Int32) | Resets the underlying stream using the given seed. | |
| Reset(Int32, Int32) | Resets the underlying stream using the given seed and buffer size. |