Click or drag to resize

RNG_MT19937Uniform Method (Int32, Int32)

returns uniformly distributed integer random number from [a,b) range

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int Uniform(
	int a,
	int b
)

Parameters

a
Type: SystemInt32

[Missing <param name="a"/> documentation for "M:OpenCvSharp.RNG_MT19937.Uniform(System.Int32,System.Int32)"]

b
Type: SystemInt32

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.RNG_MT19937.Uniform(System.Int32,System.Int32)"]

See Also