Click or drag to resize

RNG Constructor

Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public RNG(
	ulong state = 4294967295
)

Parameters

state (Optional)
Type: SystemUInt64
64-bit value used to initialize the RNG.
See Also