c-template
|
#include <stdlib.h>
#include <assert.h>
#include "../../include/utils/random.h"
#include "../../include/utils/errors.h"
#include "../../include/utils/returns.h"
Go to the source code of this file.
Functions | |
cg_return * | get_random_string (int stringLength) |
int | get_random_number (int lower, int upper) |
int get_random_number | ( | int | lower, |
int | upper | ||
) |