From b711627e84d2245e31a3b71d9e1119db49d6287c Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Thu, 28 Jan 2016 20:30:54 +0000 Subject: [PATCH] rnn cfg --- src/utils.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils.h b/src/utils.h index 7e13e86..96bd6cf 100644 --- a/src/utils.h +++ b/src/utils.h @@ -34,7 +34,7 @@ float constrain(float min, float max, float a); float mse_array(float *a, int n); float rand_normal(); -float rand_uniform(); +float rand_uniform(float min, float max); float sum_array(float *a, int n); float mean_array(float *a, int n); void mean_arrays(float **a, int n, int els, float *avg); -- Gitblit v1.10.0