Hey! just a suggestion from our work in class today, to try this out for the random seed generation. See if this produces more varied output!
daySeed = int(day()+""+year()+""+month());
Just wanted to give credit to rafi.pdf for the idea.