shuffle

inline fun ObservableList<*>.shuffle(rnd: Random? = null)

Shuffles all elements in the observable list, firing change notification once.