|  | FastGaussianDistributionFNext 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
Syntaxpublic override float Next(
	Random random
)
Public Overrides Function Next ( 
	random As Random
) As Single
public:
virtual float Next(
	Random^ random
) override
abstract Next : 
        random : Random -> float32 
override Next : 
        random : Random -> float32 Parameters
- random
- Type: SystemRandom
 The random number generator. (Must not be .)
Return Value
Type: 
SingleA random value.
 Exceptions
Exceptions See Also
See Also