The DoubleRandomRayleighDistribution type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DoubleRandomRayleighDistribution()()()() |
Constructs a random number generator for a Rayleigh distribution
using a default displacement of 0.0 and default scale of 1.0.
| |
| DoubleRandomRayleighDistribution(Double, Double) |
Constructs a random number generator for a Rayleigh distribution
using the specified distribution parameters.
| |
| DoubleRandomRayleighDistribution(Double, Double, DoubleRandomRayleighDistribution..::..GenerationMethod) |
Constructs a random number generator for a Rayleigh distribution
using the specified distribution parameters.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this random number generator.
| |
| Equals | (Inherited from Object.) | |
| Fill(RandomNumberStream, DoubleVector, Int32, Int32) |
Uses the given random number stream to fill the given vector of
doubles with random values.
| |
| Fill(RandomNumberStream, array<Double>[]()[][], Int32, Int32) |
Uses the given random number stream to fill the given array of
integers with random values.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Displacement |
Gets the displacement.
| |
| Method |
Gets the generation method.
| |
| Scale |
Gets the scale.
|