1. Implement a Random class for generating pseudo-random numbers.
2. Implement a Person class. Each object of this class will represent a human being. Data members should include the person's name, year of birth, and year of death. Include a default constructor, a destructor, access functions, and a print function.