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

Parameters

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

Return Value

Type: UInt32

[Missing <returns> documentation for "M:OpenCvSharp.CvRNG.RandInt(System.UInt32,System.UInt32)"]

See Also

Reference