/* 27 Feb 2019 Matthew Strapp 5449340 EE1301 Spring 2019 Homework 3A One-armed Bandit Simulator */ #include #include #include #include using namespace std; int spin_the_wheel(int d, int w) { int spinOG, spinNew; spinOG = rand() % d + 1; for (int i=1; i