RNGUniform Method (Double, Double)
|
returns uniformly distributed double-precision floating-point random number from [a,b) range
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double Uniform(
double a,
double b
)
Public Function Uniform (
a As Double,
b As Double
) As Double
public:
double Uniform(
double a,
double b
)
member Uniform :
a : float *
b : float -> float
Parameters
- a
- Type: SystemDouble
- b
- Type: SystemDouble
Return Value
Type:
Double
See Also