OpenTTD Source 20241224-master-gf74b0cf984
SavedRandomSeeds Struct Reference

Stores the state of all random number generators. More...

#include <random_func.hpp>

Data Fields

Randomizer random
 
Randomizer interactive_random
 

Detailed Description

Stores the state of all random number generators.

Definition at line 46 of file random_func.hpp.

Field Documentation

◆ interactive_random

Randomizer SavedRandomSeeds::interactive_random

Definition at line 48 of file random_func.hpp.

◆ random

Randomizer SavedRandomSeeds::random

Definition at line 47 of file random_func.hpp.


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