Instead of three variables like that, store them in an array:
Code:
char *Adjectives[3];
Then generate a random integer between 0 and 2 (inclusive), which information can be found on in the FAQ (The link is near the top of any page, beside "User CP"). Then use that ranom number as the index for the array and pick your random Adjective.