Shuffle a slice into a random order.
Note that this will not yield consistent results across all targets due to dependence on the representation of usize
as an index. See shuffleWithIndex
for further commentary.
Shuffle a slice into a random order.
Note that this will not yield consistent results across all targets due to dependence on the representation of usize
as an index. See shuffleWithIndex
for further commentary.