AlexeyAB
2018-03-28 e9d287817ec2dfced1eb02641c696b2663b7e42d
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