AlexeyAB
2018-02-12 8df8b36f313688e3fb2b1240609c0cf12d8cf7b2
src/utils.h
@@ -63,6 +63,9 @@
char *find_char_arg(int argc, char **argv, char *arg, char *def);
int sample_array(float *a, int n);
void print_statistics(float *a, int n);
unsigned int random_gen();
float random_float();
float rand_uniform_strong(float min, float max);
#endif