Search Results for

    Show / Hide Table of Contents

    Struct WELL1024a.WellState

    A complete state of WELL1024a.

    Namespace: GDX.Mathematics.Random
    Syntax
    [Serializable]
    public struct WellState

    Fields

    | Improve this Doc View Source

    Count

    The internal sample count.

    Declaration
    public uint Count
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Index

    The internal state index.

    Declaration
    public byte Index
    Field Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    Seed

    The seed used to originally create the WELL1024a.

    Declaration
    public uint Seed
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    State

    The internal state array.

    Declaration
    public NativeArray<uint> State
    Field Value
    Type Description
    Unity.Collections.NativeArray<System.UInt32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.