Table of Contents

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

state byte[]

Fields

State

public readonly byte[] State

Field Value

byte[]