diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-01-29 06:49:19 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-01-29 06:49:19 -0800 |
commit | d04250b7e3d809ded65b767f34baf398ca03eae1 (patch) | |
tree | aeefaf8563fe75def770027f9937990af47b8d67 /txr.1 | |
parent | 7e57f47b285184039032caf7ff5531c49b58674f (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |