Method Uniform
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Uniform(int, int)
returns uniformly distributed integer random number from [a,b) range
public int Uniform(int a, int b)
Parameters
Returns
Uniform(float, float)
returns uniformly distributed floating-point random number from [a,b) range
public float Uniform(float a, float b)
Parameters
Returns
Uniform(double, double)
returns uniformly distributed double-precision floating-point random number from [a,b) range
public double Uniform(double a, double b)