i have an arraylist of 30 elements. i need to randomly extract any 5 elements from the list. i am using the Random function but i am not getting 5 different elements, the elements are getting repeated. how to get unique entries from the arraylist? please help :(
