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: 3.4.1.20180605-33-CaRLSharp
Syntax
public float Uniform(
	float a,
	float b
)

Parameters

a
Type: SystemSingle
b
Type: SystemSingle

Return Value

Type: Single
See Also