I have a Forest array of Tree objects. The array is 21 by 21, but the outside must be predefined with no trees. I am trying to write a member function that will create a random lightning strike to start a fire. I am getting a segmentation fault error from the compiler, but I don't see what is causing it.