~ chicken-core (chicken-5) 2905dde7a869c53174afeefe48e12b6435a26620
commit 2905dde7a869c53174afeefe48e12b6435a26620
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Wed Nov 5 06:09:39 2014 -0200
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Wed Nov 5 06:09:39 2014 -0200
manual: remove random-seed from data-structures
random-seed has been removed in
bf98eff6d13537b9f1a126505cb57614b48d1ae4
Thanks to "zenspider" and Thomas Hintz for catching this issue.
diff --git a/manual/Unit data-structures b/manual/Unit data-structures
index 803db577..018641b6 100644
--- a/manual/Unit data-structures
+++ b/manual/Unit data-structures
@@ -284,16 +284,6 @@ Time complexity: O (|V| + |E|)
If a cycle is detected during the sorting process, an exception of the
condition kinds {{(exn runtime cycle)}} is thrown.
-=== Random numbers
-
-
-==== random-seed
-
-<procedure>(random-seed [SEED])</procedure>
-
-Seeds the random number generator with {{SEED}} (an exact integer) or
-{{(current-seconds)}} if {{SEED}} is not given.
-
=== Strings
Trap