From a392bbd0c957a00e3782c96e7ced84a29ff9dd88 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 15 Mar 2016 05:33:02 +0000
Subject: [PATCH] Play along w/ alphago

---
 src/utils.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/utils.h b/src/utils.h
index 96bd6cf..3af85d3 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -35,6 +35,7 @@
 float mse_array(float *a, int n);
 float rand_normal();
 float rand_uniform(float min, float max);
+int rand_int(int min, int 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