void shuffle(
[Random random]
)

Shuffles the elements of this list randomly.

Source

/**
 * Shuffles the elements of this list randomly.
 */
void shuffle([Random random]);