# HG changeset patch # User Steve Losh # Date 1513637607 18000 # Node ID ca79015ee1068612f3856ed35f9dcdd51ad25d78 # Parent e5e174afc2926dc88e2f84a370f5a3002638d4a9 cl-pcg: Update site. diff -r e5e174afc292 -r ca79015ee106 cl-pcg/index.html --- a/cl-pcg/index.html Mon Dec 18 17:51:59 2017 -0500 +++ b/cl-pcg/index.html Mon Dec 18 17:53:27 2017 -0500 @@ -18,12 +18,13 @@ fairly-hard-to-predict random number generators. They can be useful for things like games. They can also be advanced and rewound efficiently.

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

+

cl-pcg can be installed with Quicklisp: (ql:quickload :cl-pcg)

Table of Contents

  1. Installation
  2. Usage
  3. API Reference
  4. Changelog
+

Table of Contents

  1. Usage
  2. API Reference
  3. Changelog