Oolite 1.91.0.7665-250419-c535bfe
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
RNG_Seed Struct Reference

#include <legacy_random.h>

Public Attributes

int32_t a
 
int32_t b
 
int32_t c
 
int32_t d
 

Detailed Description

Definition at line 48 of file legacy_random.h.

Member Data Documentation

◆ a

int32_t RNG_Seed::a

Definition at line 50 of file legacy_random.h.

Referenced by RanrotSeedFromRNGSeed().

◆ b

int32_t RNG_Seed::b

Definition at line 51 of file legacy_random.h.

Referenced by RanrotSeedFromRNGSeed().

◆ c

int32_t RNG_Seed::c

Definition at line 52 of file legacy_random.h.

Referenced by RanrotSeedFromRNGSeed().

◆ d

int32_t RNG_Seed::d

Definition at line 53 of file legacy_random.h.

Referenced by RanrotSeedFromRNGSeed().


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