Click or drag to resize

RNG_MT19937Run Method (UInt32)

returns a random integer sampled uniformly from [0, N).

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public uint Run(
	uint b
)

Parameters

b
Type: SystemUInt32

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

Return Value

Type: UInt32

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

See Also