d6255709bbb9
cl-pcg: Update site.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 23 Mar 2017 21:57:57 +0000 |
parents | 99e172c5fdbf |
children | fcafc5544d88 |
branches/tags | (none) |
files | cl-pcg/usage/index.html |
Changes
--- a/cl-pcg/usage/index.html Thu Mar 23 14:06:45 2017 +0000 +++ b/cl-pcg/usage/index.html Thu Mar 23 21:57:57 2017 +0000 @@ -94,8 +94,8 @@ <h3 id="advancing-rewinding">Advancing & Rewinding</h3> <p>Sometimes it can be useful to advance or rewind a generator by a certain number -of steps. The <code>(pcg-advance pcg steps)</code> and <code>(pcg-rewind pcg steps)</code> can be -used to do this:</p> +of steps. The <code>(pcg-advance pcg steps)</code> and <code>(pcg-rewind pcg steps)</code> functions +can be used to do this:</p> <div class="codehilite"><pre><span/><span class="p">(</span><span class="nb">defparameter</span> <span class="vg">*gen*</span> <span class="p">(</span><span class="nv">make-pcg</span><span class="p">))</span> <span class="c1">;; Get three numbers</span>