GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
RngInfo Struct Reference

Information to track and restore RNG state. More...

#include <random.h>

Data Fields

u32 seed
 
u32 states [RNG_SEQ_MAX]
 

Detailed Description

Information to track and restore RNG state.

Definition at line 40 of file random.h.

Field Documentation

◆ seed

u32 seed

Initial seed

Definition at line 43 of file random.h.

◆ states

u32 states[RNG_SEQ_MAX]

Individual states for independent rng sequences

Definition at line 45 of file random.h.


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