RNG_MT19937Run Method (UInt32) OpenCvSharp Class Library
returns a random integer sampled uniformly from [0, N).

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public uint Run(
	uint b
)

Parameters

b
Type: SystemUInt32

[Missing <param name="b"/> documentation for "M:OpenCvSharp.CPlusPlus.RNG_MT19937.Run(System.UInt32)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.RNG_MT19937.Run(System.UInt32)"]

See Also

Reference