A quick experiment trying to create a lineage chart using variables. Ten random numbers will be added to both the male and female lists every generation. For another generation to begin, both list need to contain a certain number. The maximum amount of generations is 50. Once the process stops a note will play based on the number of generations. The system is supposed to be completely random, but I couldn't figure out how to separate each generation on the list. Instead I use a "chance" variable to determine success.