public sealed class NormalRandom
NormalRandom | Creates a generator using a randomized seed. |
NormalRandom(Int32) | Creates a generator using a seed. |
NormalRandom(Random) | Creates a generator from a uniform distribution generator. |
NormalRandom(Double, Double) | Creates a generator using a randomized seed. |
NormalRandom(Int32, Double, Double) | Creates a generator using a seed. |
NormalRandom(Random, Double, Double) | Creates a generator from a uniform distribution generator. |
Shared | A shared instance of the generator using a randomized seed. |
StandardDeviation | Gets the standard deviation of the distribution. |
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) |