This illustration will show how to get a random element from an ArrayList. Each snippet initializes an arraylist and populates seed data. Next a Random object is created and nextInt is called bound to size of the within the array. Using java 8, a range of numbers to loop over the list a series of times to show off the example.