12345678910
int random1, random2, random3; makeRandomNumbersRandom(); typedef unsigned char byte; struct Color { byte R; byte G; byte B; }