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