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
import static org.apache.commons.lang3.RandomStringUtils.randomAlphabetic; ... randomAlphabetic(1).toLowerCase()
this gives you a string with single character