std.tbl
shuffle(t)
t
Shuffle an array in place using Fisher-Yates algorithm
Randomly shuffles the elements of the array t in place using the Fisher-Yates algorithm. This modifies the original array.