ref: 00c3b810d8c176ee6242799ab6df8e64696280bd
parent: 5f6b761d93af513cedde0e541648ee70fd9d4ce4
author: Anthony House <tuffant21@aim.com>
date: Sat Nov 24 09:53:30 EST 2018
trying to find the bug
--- a/mutate.c
+++ b/mutate.c
@@ -17,6 +17,7 @@
mut_int(int* in_val, int *round)
{
dolog("Round: %d", *round);
+ dolog("ROUND_NUM: %d", ROUND_NUM);
if(*round == ROUND_NUM)
{
*in_val = rand();