docs/index.markdown @ a4f701ecf78c v1.0.0

Prepare for initial release
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Mar 2017 14:08:19 +0000
parents d8537fcd89e5
children 1915a3dcf410
`cl-pcg` is a [permuted congruential generator][pcg] implementation in pure
Common Lisp.

PCGs are **not** cryptographically secure.  If you need that, look elsewhere.

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

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