Click or drag to resize

RNGUniform Method (Single, Single)

http://www.emgu.com
Returns uniformly distributed random float number from [a,b) range

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public float Uniform(
	float a,
	float b
)

Parameters

a
Type: SystemSingle
Lower inclusive boundary of the returned random number.
b
Type: SystemSingle
Upper non-inclusive boundary of the returned random number.

Return Value

Type: Single
Uniformly distributed random float number from [a,b) range
See Also