| ConstValueDistributionTNext 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)
Syntax public override T Next(
Random random
)
Public Overrides Function Next (
random As Random
) As T
public:
virtual T Next(
Random^ random
) override
abstract Next :
random : Random -> 'T
override Next :
random : Random -> 'T
Parameters
- random
- Type: SystemRandom
The random number generator. (Must not be .)
Return Value
Type:
TA random value.
Exceptions See Also