Click or drag to resize
DigitalRuneDistributionTNext Method
Gets a new random value for the underlying probability distribution.

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public abstract T Next(
	Random random
)

Parameters

random
Type: SystemRandom
The random number generator. (Must not be .)

Return Value

Type: T
A random value.
Exceptions
ExceptionCondition
ArgumentNullExceptionrandom is .
See Also