Struct WELL1024a.WellState
A complete state of WELL1024a.
Namespace: GDX.Mathematics.Random
Syntax
[Serializable]
public struct WellState
Fields
| Improve this Doc View SourceCount
The internal sample count.
Declaration
public uint Count
Field Value
Type | Description |
---|---|
System.UInt32 |
Index
The internal state index.
Declaration
public byte Index
Field Value
Type | Description |
---|---|
System.Byte |
Seed
The seed used to originally create the WELL1024a.
Declaration
public uint Seed
Field Value
Type | Description |
---|---|
System.UInt32 |
State
The internal state array.
Declaration
public NativeArray<uint> State
Field Value
Type | Description |
---|---|
Unity.Collections.NativeArray<System.UInt32> |