Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

source
Type: SystemRandom

Return Value

Type: Double
A random double value sampled from the specified Uniform distribution.
See Also