http://www.emgu.com
Create a Random Number Generator using a seed.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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