From 8f1b4e0962857d402f9d017fcbf387ef0eceb7c4 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Thu, 01 Sep 2016 23:48:41 +0000 Subject: [PATCH] updates and things --- src/utils.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/utils.h b/src/utils.h index ae0cba2..3f0233a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -42,6 +42,7 @@ float rand_normal(); size_t rand_size_t(); float rand_uniform(float min, float max); +float rand_scale(float s); int rand_int(int min, int max); float sum_array(float *a, int n); float mean_array(float *a, int n); -- Gitblit v1.10.0