Click or drag to resize

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

Return Value

Type: UInt32

[Missing <returns> documentation for "M:OpenCvSharp.RNG_MT19937.Next"]

See Also