AlexeyAB
2018-04-11 4d9a2bdac688f9c949b304dde8188a40efce1b49
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