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
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