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 n
)
Public Function Run (
n As UInteger
) As UInteger
public:
unsigned int Run(
unsigned int n
)
member Run :
n : uint32 -> uint32
Parameters
- n
- Type: SystemUInt32
Return Value
Type:
UInt32
See Also