| RNG_MT19937Next Method |
updates the state and returns the next 32-bit unsigned integer random number
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Function Next As UInteger
public:
unsigned int Next()
member Next : unit -> uint32
Return Value
Type:
UInt32[Missing <returns> documentation for "M:OpenCvSharp.RNG_MT19937.Next"]
See Also