Click or drag to resize

RNG_MT19937Uniform Method (Single, Single)

returns uniformly distributed floating-point random number from [a,b) range

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public float Uniform(
	float a,
	float b
)

Parameters

a
Type: SystemSingle

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

b
Type: SystemSingle

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

Return Value

Type: Single

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

See Also