Fixed "forfax" sample AI
[progcomp2012.git] / samples / dummy / dummy.cpp
index a4a68ce..4e39b74 100644 (file)
@@ -18,7 +18,8 @@ int main(int argc, char ** argv)
 {
        setbuf(stdout, NULL);
        setbuf(stdin, NULL);
-       
+
+       srand(time(NULL));      
 
        //Read in the colour, and choose a layout
        

UCC git Repository :: git.ucc.asn.au