--- 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 @@
<div class="markdown">
<p><code>cl-pcg</code> is a <a href="http://www.pcg-random.org/">permuted congruential generator</a> implementation in pure
Common Lisp.</p>
+<p>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.</p>
<p>PCGs are <strong>not</strong> cryptographically secure. If you need that, look elsewhere.</p>
<ul>
<li><strong>License:</strong> MIT</li>