To Do 1. For each probability P, initialize a grid with dimensions W x H, at random. 2. At time zero set all trees in column zero to be on fire. 3. Spread the fire to four nearest neighbors, repeatedly, until it burns out. 4. Average the normalized burnout time over T trials. (Divide by width W.) 5. Plot probability on the x-axis and normalized burnout time on the y-axis. -------------------------------------------------- Your Name Class Period Today's Date Put the plot here Use these values - P = 0.05, 0.10, 0.15, ..., 0.90, 0.95 - T = 100 - W = 40 - H = 30 Brief Text - What was the random number seed? - What is the peak value of the plot? - Report both the x- and y-value at the peak. -------------------------------------------------- Good luck!