RNGUniform Method (Single, Single) OpenCvSharp Class Library
returns uniformly distributed floating-point random number from [a,b) range

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public float Uniform(
	float a,
	float b
)

Parameters

a
Type: SystemSingle

[Missing <param name="a"/> documentation for "M:OpenCvSharp.CPlusPlus.RNG.Uniform(System.Single,System.Single)"]

b
Type: SystemSingle

[Missing <param name="b"/> documentation for "M:OpenCvSharp.CPlusPlus.RNG.Uniform(System.Single,System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.RNG.Uniform(System.Single,System.Single)"]

See Also

Reference