chickadee » list-utils » list-random-sample

list-random-sample LS #!optional CNTprocedure

Returns list of elements randomly sampled from LS.

CNT
fixnum ; length of result list, default is random in [0 (- (length LS) 1)].