Package: alexandria

Function shuffle

Lambda List

shuffle (sequence &key start end)

Details

Returns a random permutation of sequence bounded by start and end. The permuted sequence may share storage with the original one. Signals an error if sequence is not a proper sequence.