# HG changeset patch # User Steve Losh # Date 1491509285 0 # Node ID 3ba42c0f6543ef4782c71c14b3e434ae0ea9688c # Parent fcafc5544d88029962dc5bcfc02bb2ff2641628a cl-pcg: Update site. diff -r fcafc5544d88 -r 3ba42c0f6543 cl-pcg/index.html --- a/cl-pcg/index.html Tue Apr 04 16:16:19 2017 +0200 +++ b/cl-pcg/index.html Thu Apr 06 20:08:05 2017 +0000 @@ -14,6 +14,9 @@

cl-pcg is a permuted congruential generator implementation in pure Common Lisp.

+

Permuted congruential generators are seedable, small, fast, +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.