Go to the source code of this file.
Defines | |
#define | epsilon 0.0001 |
Functions | |
double | frand (double fmin, double fmax) |
void | seed_rng (void) |
u32 | sizerand (u32 sizemax) |
u8 | within_epsilon (double a, double b) |
#define epsilon 0.0001 |
Definition at line 8 of file check_utils.c.
double frand | ( | double | fmin, |
double | fmax | ||
) |
Definition at line 21 of file check_utils.c.
void seed_rng | ( | void | ) |
Definition at line 17 of file check_utils.c.
Definition at line 26 of file check_utils.c.
u8 within_epsilon | ( | double | a, |
double | b | ||
) |
Definition at line 10 of file check_utils.c.