stdx
0.0.0
In stdx::
rand
stdx
::
rand
Function
shuffle
Copy item path
source
pub fn shuffle<T>(slice: &mut
[T]
, rand_index: impl
FnMut
(
usize
) ->
usize
)