CvRNG Method (UInt64) OpenCvSharp Class Library
Initializes random number generator state

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvRNG RNG(
	ulong seed
)

Parameters

seed
Type: SystemUInt64
64-bit value used to initiate a random sequence.

Return Value

Type: CvRNG

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

See Also

Reference