CvRandReal Method OpenCvSharp Class Library
Returns floating-point random number and updates RNG

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

public static double RandReal(
	CvRNG rng
)

Parameters

rng
Type: OpenCvSharpCvRNG
RNG state initialized by cvRNG.

Return Value

Type: Double
uniformly-distributed random floating-point number from 0..1 range (1 is not included).
See Also

Reference