OpENer - Open Source EtherNet/IP(TM) I/O Target Stack  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Random Struct Reference

#include <random.h>

Data Fields

uint32_t current_seed_value
 
GetNextUInt32 get_next_uint32
 
SetSeed set_seed
 

Detailed Description

Definition at line 15 of file random.h.

Field Documentation

uint32_t Random::current_seed_value

Holds the current seed/random value

Definition at line 16 of file random.h.

GetNextUInt32 Random::get_next_uint32

Function pointer to GetNextUInt32 function

Definition at line 18 of file random.h.

SetSeed Random::set_seed

Function pointer to SetSeed function

Definition at line 17 of file random.h.

Referenced by RandomNew().


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