README.markdown @ c6a3ab353556

Initial commit
author Steve Losh <steve@stevelosh.com>
date Fri, 10 Feb 2017 23:31:25 +0000
parents (none)
children 7781bd17fcdc
`cl-pcg` is a [permuted congruential generator][pcg] implementation in pure
Common Lisp.

[pcg]: http://www.pcg-random.org/

* **License:** MIT/X11
* **Documentation:** <https://sjl.bitbucket.io/cl-pcg/>
* **Mercurial:** <https://bitbucket.org/sjl/cl-pcg/>
* **Git:** <https://github.com/sjl/cl-pcg/>