More usage rand_s()

This commit is contained in:
AlexeyAB
2017-08-18 02:12:44 +03:00
parent d3577a565d
commit 4d2fefd75a
4 changed files with 42 additions and 20 deletions

View File

@ -63,6 +63,9 @@ int find_arg(int argc, char* argv[], char *arg);
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