c-template
random.c File Reference
#include <stdlib.h>
#include <assert.h>
#include "../../include/utils/random.h"
#include "../../include/utils/errors.h"
#include "../../include/utils/returns.h"
Include dependency graph for random.c:

Go to the source code of this file.

Functions

cg_returnget_random_string (int stringLength)
 
int get_random_number (int lower, int upper)
 

Function Documentation

◆ get_random_number()

int get_random_number ( int  lower,
int  upper 
)

Definition at line 22 of file random.c.

Here is the caller graph for this function:

◆ get_random_string()

cg_return* get_random_string ( int  stringLength)

Definition at line 7 of file random.c.

Here is the call graph for this function:
Here is the caller graph for this function: