CvRandInt Method OpenCvSharp Class Library
Returns 32-bit unsigned integer and updates RNG

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

public static uint RandInt(
	CvRNG rng
)

Parameters

rng
Type: OpenCvSharpCvRNG
RNG state initialized by RandInit and, optionally, customized by RandSetRange (though, the latter function does not affect on the discussed function outcome).

Return Value

Type: UInt32
uniformly-distributed random 32-bit unsigned integer
See Also

Reference