http://www.emgu.com
Create a Random Number Generator using a seed.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic RNG(
ulong state
)
Public Sub New (
state As ULong
)
public:
RNG(
unsigned long long state
)
new :
state : uint64 -> RNG
Parameters
- state
- Type: SystemUInt64
64-bit value used to initialize the RNG
See Also