CvRNGRandInt Method (UInt32) 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 uint RandInt(
	uint max
)

Parameters

max
Type: SystemUInt32
the exclusive upper boundary of random numbers range.

Return Value

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

Reference