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.c File Reference
#include "random.h"
#include <stdlib.h>
Include dependency graph for random.c:

Go to the source code of this file.

Functions

void RandomDelete (Random **random)
 
RandomRandomNew (SetSeed set_seed, GetNextUInt32 get_next_uint32)
 

Function Documentation

void RandomDelete ( Random **  random)

Definition at line 19 of file random.c.

Random* RandomNew ( SetSeed  set_seed,
GetNextUInt32  get_next_uint32 
)

Definition at line 11 of file random.c.

References Random::set_seed.