Click or drag to resize

RNG_MT19937Uniform Method (Double, Double)

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public double Uniform(
	double a,
	double b
)

Parameters

a
Type: SystemDouble
b
Type: SystemDouble

Return Value

Type: Double
See Also