RNG_MT19937Run Method (UInt32)
|
returns a random integer sampled uniformly from [0, N).
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic uint Run(
uint b
)
Public Function Run (
b As UInteger
) As UInteger
public:
unsigned int Run(
unsigned int b
)
member Run :
b : uint32 -> uint32
Parameters
- b
- Type: SystemUInt32
Return Value
Type:
UInt32
See Also