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
- 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: UInt32uniformly-distributed random 32-bit unsigned integer
See Also