 | UniformDistributionD.Next Method |
Gets a new random value for the underlying probability distribution.
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntaxpublic override double Next(
Random random
)
Public Overrides Function Next (
random As Random
) As Double
public:
virtual double Next(
Random^ random
) override
abstract Next :
random : Random -> float
override Next :
random : Random -> float
Parameters
- random
- Type: System.Random
The random number generator. (Must not be null.)
Return Value
Type:
DoubleA random value.
Exceptions
See Also