@SuppressWarnings({"unchecked"})
public static void shuffle (ObservableList list, Random rnd)

Shuffles all elements in the observable list. Fires only one change notification on the list.

Parameters:
list    the list to be shuffled
rnd    the random generator used for shuffling

See also:
Collections.shuffle(java.util.List, java.util.Random)