cl-pcg

MIT

A bare-bones Permuted Congruential Generator implementation in pure Common Lisp.

$ area51 add cl-pcgCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-pcg:some-function ...)

Dependencies