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