|
UniformDiscreteDistributionRandom Method
|
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 public static int Random()
Public Shared Function Random As Integer
Request Example
View SourceReturn Value
Type:
Int32A random double value sampled from the specified Uniform distribution.
See Also