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.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
SyntaxPublic Function Next As UInteger
public:
unsigned int Next()
member Next : unit -> uint32
Return Value
Type:
UInt32The next 32-bit random number
See Also