return yourEnum.values()[new Random().nextInt(yourEnum.values().length)];
return Letter.values()[new Random().nextInt(Letter.values().length)];