chickadee » list-utils » list-random-sample

list-random-sample LIST #!optional CNTprocedure

Returns list of elements randomly sampled from LIST.

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