diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-08-05 07:19:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-08-05 07:19:34 -0700 |
commit | 33832ea317f8fc57c251e0dce04b67760a378bac (patch) | |
tree | 1b778bb2f6db29cdb81c14463e585ec7846dc8a2 /ChangeLog | |
parent | 6c2bc5ad087e74dea68585c6bf876a038d9e324f (diff) | |
download | txr-33832ea317f8fc57c251e0dce04b67760a378bac.tar.gz txr-33832ea317f8fc57c251e0dce04b67760a378bac.tar.bz2 txr-33832ea317f8fc57c251e0dce04b67760a378bac.zip |
* rand.c (make_random_state): Make the seeding behavior
portable when the seed is a fixnum or bignum. The goal is that the same
values of seed should produce the same random sequences on any
platform.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-08-05 Kaz Kylheku <kaz@kylheku.com> + * rand.c (make_random_state): Make the seeding behavior + portable when the seed is a fixnum or bignum. The goal is that the same + values of seed should produce the same random sequences on any + platform. + +2014-08-05 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Fix incorrect registration of random-fixnum, which doesn't allow it to be called with no arguments. |