http://www.emgu.com
The method updates the state using the MWC algorithm and returns the next 32-bit random number.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Function Next As UInteger
public:
unsigned int Next()
member Next : unit -> uint32
Return Value
Type:
UInt32The next 32-bit random number
See Also