| RNG_MT19937Run 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 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
[Missing <param name="b"/> documentation for "M:OpenCvSharp.RNG_MT19937.Run(System.UInt32)"]
Return Value
Type:
UInt32[Missing <returns> documentation for "M:OpenCvSharp.RNG_MT19937.Run(System.UInt32)"]
See Also