Alexey
2018-03-29 f7997131c6d0928f8f7eca3c62358349ed82c4ac
src/utils.h
@@ -66,6 +66,7 @@
unsigned int random_gen();
float random_float();
float rand_uniform_strong(float min, float max);
int int_index(int *a, int val, int n);
#endif