| RNGUniform 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
)
Public Function Uniform (
a As Integer,
b As Integer
) As Integer
public:
int Uniform(
int a,
int b
)
member Uniform :
a : int *
b : int -> int
Parameters
- a
- Type: SystemInt32
[Missing <param name="a"/> documentation for "M:OpenCvSharp.RNG.Uniform(System.Int32,System.Int32)"]
- b
- Type: SystemInt32
[Missing <param name="b"/> documentation for "M:OpenCvSharp.RNG.Uniform(System.Int32,System.Int32)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.RNG.Uniform(System.Int32,System.Int32)"]
See Also