simpsamp
Fast algorithms for simple random sampling from sets, without replacement.
$ area51 add simpsampCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(simpsamp:some-function ...)