From caec1e6b112dbf146fa312bcff85445c41127121 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Mon, 25 Feb 2019 21:43:17 -0600 Subject: Change nothing --- ee1301/wk3/hw3_directory/strap012_HW3A.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ee1301/wk3/hw3_directory/strap012_HW3A.cpp') diff --git a/ee1301/wk3/hw3_directory/strap012_HW3A.cpp b/ee1301/wk3/hw3_directory/strap012_HW3A.cpp index e9701ff..8ee7a55 100644 --- a/ee1301/wk3/hw3_directory/strap012_HW3A.cpp +++ b/ee1301/wk3/hw3_directory/strap012_HW3A.cpp @@ -16,9 +16,9 @@ using namespace std; int spin_the_wheel(int d, int w) { int spinOG=0, spinNew=0, win=0; - //spinOG = ( (rand() % d) + 1); + spinOG = ( (rand() % d) + 1); for (int i=0; i