The RandomNumbers<(Of <(T, D>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RandomNumbers<(Of <(T, D>)>) | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Create a deep copy of self.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Next |
Gets the next random deviate.
| |
| Reset | Overloaded. | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| DEFAULT_BUFFER_SIZE |
Default buffer size.
|
Properties
| Name | Description | |
|---|---|---|
| BufferSize |
Gets the buffer size.
| |
| Distribution |
Gets the distribution.
| |
| Stream |
Gets the stream.
|