public native shuffle() as Void
Randomly shuffles the list in-place.
data = s:[1, 2, 3, 4] data.shuffle() print(data.size) # 4