|   | UniformDiscreteDistributionRandom Method (Random) | 
        
         
              Generates a random observation from the Uniform 
              distribution defined in the interval 0 and MAXVALUE.
            
 
    Namespace: 
   Accord.Statistics.Distributions.Univariate
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic static int Random(
	Random source
)
Public Shared Function Random ( 
	source As Random
) As Integer
Parameters
- source
- Type: SystemRandom
 
Return Value
Type: 
Int32A random double value sampled from the specified Uniform distribution.
 See Also
See Also