Vala.Collections.Lists.shuffle – Valacore Reference Manual
shuffle
Description:
public
static
ArrayList
<
T
>
shuffle
<
T
> (
ArrayList
<
T
> list)
Returns a shuffled copy of the list.
Parameters:
list
source list.
Returns:
shuffled list.