Struct NativeRandomState
- Namespace
- NumSharp
- Assembly
- NumSharp.dll
Represents the stored state of Randomizer.
public struct NativeRandomState
- Inherited Members
- Extension Methods
Constructors
NativeRandomState(byte[])
public NativeRandomState(byte[] state)
Parameters
statebyte[]
Fields
State
public readonly byte[] State
Field Value
- byte[]