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