| RNG Constructor |
Constructor
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public RNG(
ulong state = 4294967295
)
Public Sub New (
Optional state As ULong = 4294967295
)
public:
RNG(
unsigned long long state = 4294967295
)
new :
?state : uint64
(* Defaults:
let _state = defaultArg state 4294967295
*)
-> RNG
Parameters
- state (Optional)
- Type: SystemUInt64
64-bit value used to initialize the RNG.
See Also