Click or drag to resize

Cv2SetTheRNG Method

Sets the thread-local Random number generator

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

Parameters

state
Type: SystemUInt64

[Missing <param name="state"/> documentation for "M:OpenCvSharp.Cv2.SetTheRNG(System.UInt64)"]

Return Value

Type: RNG

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.SetTheRNG(System.UInt64)"]

See Also