~ chicken-core (chicken-5) aaa172becb0fdde4e7d97b5c77f291ee3035ac04
commit aaa172becb0fdde4e7d97b5c77f291ee3035ac04
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:16:12 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 c38ac0c7..0a96659e 100644
--- a/manual/Unit data-structures
+++ b/manual/Unit data-structures
@@ -187,16 +187,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