aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-16 22:02:23 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-16 22:02:23 -0500
commit3dbbe19188094e4cd354406f194a1090ee8c86ba (patch)
treef7e85787084aa28be15497c461f72d5ee969f38c /gtwiwtg.lisp
parent7ef0dcb6919ded8f19e876b9fbe823c579ec0867 (diff)
adding soem tests
Diffstat (limited to 'gtwiwtg.lisp')
-rw-r--r--gtwiwtg.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtwiwtg.lisp b/gtwiwtg.lisp
index 18b32c4..83f7cf5 100644
--- a/gtwiwtg.lisp
+++ b/gtwiwtg.lisp
@@ -727,7 +727,9 @@ Example:
(map! (lambda (x) (funcall fn x) x) gen))
(defun disperse! (n gen)
- "Produces a list of N gnerators, G1,...,GN.
+ "EXPERIMENTAL. MAY BE REMOVED.
+
+Produces a list of N gnerators, G1,...,GN.
G1 produces every Nth value of GEN, including first value.
G2 produces every Nth+1 value of GEN, including the second value.