cl-pcg
A bare-bones Permuted Congruential Generator implementation in pure Common Lisp.
$ area51 add cl-pcgCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-pcg:some-function ...)