Generic Function Shuffle-Elements! (1 method)

( shuffle-elements! < container > &key < generator > < times > )

Part of:

package cl-variates

Destructively rearrange the elements of a container by performing 'times' swaps. If times is not specified, it will perform 2 times the container's size swaps.

Method Summary

shuffle-elements! < sequence >