First you are going to need a random number. There is over 30000000 people on gaia so thats a good number to use.


Random random = new Random();

So the next line is going to generate the...