|
UniformContinuousDistributionRandom Method (Random)
|
Generates a random observation from the Uniform
distribution defined in the interval 0 and 1.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static double Random(
Random source
)
Public Shared Function Random (
source As Random
) As Double
Request Example
View SourceParameters
- source
- Type: SystemRandom
Return Value
Type:
DoubleA random double value sampled from the specified Uniform distribution.
See Also