# HG changeset patch # User Steve Losh # Date 1490306277 0 # Node ID d6255709bbb9e789ad068a40517ae9fc412a02f3 # Parent 99e172c5fdbf2c0130c41329e119fc44ff602a8e cl-pcg: Update site. diff -r 99e172c5fdbf -r d6255709bbb9 cl-pcg/usage/index.html --- 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 @@

Advancing & Rewinding

Sometimes it can be useful to advance or rewind a generator by a certain number -of steps. The (pcg-advance pcg steps) and (pcg-rewind pcg steps) can be -used to do this:

+of steps. The (pcg-advance pcg steps) and (pcg-rewind pcg steps) functions +can be used to do this:

(defparameter *gen* (make-pcg))
 
 ;; Get three numbers