| RNGRun Method (UInt32) |
returns a random integer sampled uniformly from [0, N).
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
[Missing <param name="n"/> documentation for "M:OpenCvSharp.RNG.Run(System.UInt32)"]
Return Value
Type:
UInt32[Missing <returns> documentation for "M:OpenCvSharp.RNG.Run(System.UInt32)"]
See Also