Click or drag to resize

RNG Constructor (UInt64)

http://www.emgu.com
Create a Random Number Generator using a seed.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public RNG(
	ulong state
)

Parameters

state
Type: SystemUInt64
64-bit value used to initialize the RNG
See Also