The RandomNumberGenerator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a deep copy of a random number generator.
| |
| Equals | (Inherited from Object.) | |
| Fill | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| NextDouble |
Method for generating a single precision random deviate.
| |
| NextDoubleComplex |
Method for generating a double precision complex number random deviate.
| |
| NextFloat |
Method for generating a single precision random deviate.
| |
| NextFloatComplex |
Method for generating a single precision complex number random deviate.
| |
| Reset | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| UniformDeviateMethod |
Gets and sets the delegate method for generating uniform deviates between
zero and one.
|