c-template
|
#include "returns.h"
Go to the source code of this file.
Functions | |
int | get_random_number (int lower, int upper) |
cg_return * | get_random_string (int stringLength) |
Variables | |
const char | letters [26] = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'} |
int get_random_number | ( | int | lower, |
int | upper | ||
) |
cg_return* get_random_string | ( | int | stringLength | ) |