summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-01-29 06:49:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-01-29 06:49:19 -0800
commitd04250b7e3d809ded65b767f34baf398ca03eae1 (patch)
treeaeefaf8563fe75def770027f9937990af47b8d67 /txr.1
parent7e57f47b285184039032caf7ff5531c49b58674f (diff)
downloadtxr-d04250b7e3d809ded65b767f34baf398ca03eae1.tar.gz
txr-d04250b7e3d809ded65b767f34baf398ca03eae1.tar.bz2
txr-d04250b7e3d809ded65b767f34baf398ca03eae1.zip
* txr.1: Minor change under make-random-state.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 30687b9d..3a7d7658 100644
--- a/txr.1
+++ b/txr.1
@@ -23335,7 +23335,7 @@ If the seed is not specified, then
produces a seed based
on some information in the process environment, such as current
time of day. It is not guaranteed that two calls to
-.code (make-random-state nil)
+.code (make-random-state)
that are separated by less than some minimum increment of real time produce
different seeds. The minimum time increment depends on the platform.