Click or drag to resize

RNGRun Method (UInt32)

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public uint Run(
	uint n
)

Parameters

n
Type: SystemUInt32

Return Value

Type: UInt32
See Also