PandA-2024.02
Data Fields
prng_rand_t Struct Reference

#include <support.h>

Data Fields

uint64_t s [RAND_SSIZE]
 
uint_fast16_t i
 
uint_fast16_t c
 

Detailed Description

Definition at line 76 of file support.h.

Field Documentation

◆ c

uint_fast16_t prng_rand_t::c

Definition at line 79 of file support.h.

Referenced by main(), prng_rand(), and prng_srand().

◆ i

uint_fast16_t prng_rand_t::i

Definition at line 78 of file support.h.

Referenced by main(), prng_rand(), and prng_srand().

◆ s

uint64_t prng_rand_t::s[RAND_SSIZE]

Definition at line 77 of file support.h.

Referenced by dump_emission(), dump_init(), prng_rand(), and prng_srand().


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

Generated on Mon Feb 12 2024 13:04:01 for PandA-2024.02 by doxygen 1.8.13