Click or drag to resize

RNGNext Method

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
Syntax
public uint Next()

Return Value

Type: UInt32
The next 32-bit random number
See Also