Normal |
The NormalRandom type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| NextDouble | Returns a random value according to the standard normal distribution. | |
| NextDoubles | Returns a couple of random values according to the standard normal distribution. | |
| NextDoubles(Double*) | Returns a couple of random values according to the standard normal distribution. | |
| NextDoubles(Double) | Returns a couple of random values according to the standard normal distribution. | |
| Shift | Creates a new generator with a shifted mean. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |