Skip to content

Struct gold_state_t

ClassList > gold_state_t

Gold state. More...

  • #include <gold_core.h>

Public Attributes

Type Name
uint32_t length
uint64_t mask
uint64_t reg_a
uint64_t reg_b
uint64_t seed_a
uint64_t seed_b
uint64_t taps_a
uint64_t taps_b

Detailed Description

Allocate with gold_create().

Public Attributes Documentation

variable length

uint32_t gold_state_t::length;

variable mask

uint64_t gold_state_t::mask;

variable reg_a

uint64_t gold_state_t::reg_a;

variable reg_b

uint64_t gold_state_t::reg_b;

variable seed_a

uint64_t gold_state_t::seed_a;

variable seed_b

uint64_t gold_state_t::seed_b;

variable taps_a

uint64_t gold_state_t::taps_a;

variable taps_b

uint64_t gold_state_t::taps_b;


The documentation for this class was generated from the following file native/inc/gold/gold_core.h