3ba42c0f6543
cl-pcg: Update site.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 06 Apr 2017 20:08:05 +0000 |
parents | fcafc5544d88 |
children | e79382c9ffcc |
branches/tags | (none) |
files | cl-pcg/index.html |
Changes
--- 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>