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