libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
Loading...
Searching...
No Matches
ngc_lfg_ctx Struct Reference

LFG context holding the 521-word circular buffer and byte position. More...

#include </home/claunia/Development/Aaru/libaaruformat/src/ngcw/lfg.h>

Data Fields

uint32_t buffer [521]
size_t position_bytes

Detailed Description

LFG context holding the 521-word circular buffer and byte position.

Definition at line 41 of file lfg.h.

Field Documentation

◆ buffer

uint32_t ngc_lfg_ctx::buffer[521]

◆ position_bytes

size_t ngc_lfg_ctx::position_bytes

Definition at line 44 of file lfg.h.

Referenced by ngc_lfg_get_bytes(), ngc_lfg_get_seed(), and ngc_lfg_set_seed().


The documentation for this struct was generated from the following file: