Function Sample-Sequence

Part of:

package cl-variates
( sample-sequence < seq > &key < key > < pr > )

Returns a sub-sequence of seq with probability pr that each element of seq will be included. If a key function is supplied, then it is applied to each included element. [[?? Remove, use select-sample and/or sample-elements instead.]]