| RNG_MT19937Uniform Method (Single, Single) |
returns uniformly distributed floating-point random number from [a,b) range
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
[Missing <param name="a"/> documentation for "M:OpenCvSharp.RNG_MT19937.Uniform(System.Single,System.Single)"]
- b
- Type: SystemSingle
[Missing <param name="b"/> documentation for "M:OpenCvSharp.RNG_MT19937.Uniform(System.Single,System.Single)"]
Return Value
Type:
Single[Missing <returns> documentation for "M:OpenCvSharp.RNG_MT19937.Uniform(System.Single,System.Single)"]
See Also