![]() | Float |
The FloatRandomRayleighDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | FloatRandomRayleighDistribution | Constructs a random number generator for a Rayleigh distribution using a default displacement of 0.0 and default scale of 1.0. |
![]() | FloatRandomRayleighDistribution(Single, Single) | Constructs a random number generator for a Rayleigh distribution using the specified distribution parameters. |
![]() | FloatRandomRayleighDistribution(Single, Single, FloatRandomRayleighDistributionGenerationMethod) | Constructs a random number generator for a Rayleigh distribution using the specified distribution parameters. |
Name | Description | |
---|---|---|
![]() | Displacement | Gets the displacement. |
![]() | Method | Gets the generation method. |
![]() | Scale | Gets the scale. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this random number generator. |
![]() | Fill(RandomNumberStream, FloatVector, Int32, Int32) | Uses the given random number stream to fill the given vector of floats with random values. |
![]() | Fill(RandomNumberStream, Single, Int32, Int32) | Uses the given random number stream to fill the given array of integers with random values. |