Click or drag to resize
DigitalRuneFastGaussianDistributionFNext 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 override float Next(
	Random random
)

Parameters

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

Return Value

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