java random choice from enum code example Example: java choose random enum return yourEnum.values()[new Random().nextInt(yourEnum.values().length)];