Oolite 1.91.0.7644-241112-7f5034b
|
#include <legacy_random.h>
Public Attributes | |
uint8_t | a |
uint8_t | b |
uint8_t | c |
uint8_t | d |
uint8_t | e |
uint8_t | f |
Definition at line 37 of file legacy_random.h.
uint8_t Random_Seed::a |
Definition at line 39 of file legacy_random.h.
Referenced by equal_seeds(), make_pseudo_random_seed(), RandomSeedFromString(), rotate_seed(), and StationAddShipToShipyard().
uint8_t Random_Seed::b |
Definition at line 40 of file legacy_random.h.
Referenced by equal_seeds(), make_pseudo_random_seed(), RandomSeedFromString(), rotate_seed(), and StationAddShipToShipyard().
uint8_t Random_Seed::c |
Definition at line 41 of file legacy_random.h.
Referenced by equal_seeds(), make_pseudo_random_seed(), RandomSeedFromString(), RanrotSeedFromRandomSeed(), rotate_seed(), seed_RNG_only_for_planet_description(), and StationAddShipToShipyard().
uint8_t Random_Seed::d |
Definition at line 42 of file legacy_random.h.
Referenced by equal_seeds(), make_pseudo_random_seed(), RandomSeedFromString(), RanrotSeedFromRandomSeed(), rotate_seed(), seed_RNG_only_for_planet_description(), and StationAddShipToShipyard().
uint8_t Random_Seed::e |
Definition at line 43 of file legacy_random.h.
Referenced by equal_seeds(), make_pseudo_random_seed(), RandomSeedFromString(), RanrotSeedFromRandomSeed(), rotate_seed(), seed_RNG_only_for_planet_description(), and StationAddShipToShipyard().
uint8_t Random_Seed::f |
Definition at line 44 of file legacy_random.h.
Referenced by equal_seeds(), make_pseudo_random_seed(), RandomSeedFromString(), RanrotSeedFromRandomSeed(), rotate_seed(), seed_RNG_only_for_planet_description(), and StationAddShipToShipyard().