If I want to randomly select a letter between a and z, I assume I have to use the Random class:
Random
Random rand = new Random();
Bu
use the ascii value of the letters to generate the random number.