NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

Branch:
PlayableGame
Revision:
17:48474266a361
Parent:
16:5e6c695468b6
--- a/source/RandomNumberGenerator.cpp	Thu Feb 23 21:22:57 2017 -0500
+++ b/source/RandomNumberGenerator.cpp	Fri Mar 17 17:19:42 2017 -0400
@@ -4,6 +4,8 @@
 {
     //TODO: Implement this. For tests, inject a known seed in the constructor
     //(instead of "time(NULL)", which we might use in the real app)
+
+    //What abount rand() ?
     return 42;
 }