summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-23 22:23:38 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-23 22:23:38 -0800
commit1c8251aae0294881d0dc9fcdffeb2f86040ee24e (patch)
treefba4eaa5010051e4f4b63a70b09a0ec4594cfb8b /ChangeLog
parentfb2f85cff8dab72c101c48f48c69ffc6ef35204d (diff)
downloadtxr-1c8251aae0294881d0dc9fcdffeb2f86040ee24e.tar.gz
txr-1c8251aae0294881d0dc9fcdffeb2f86040ee24e.tar.bz2
txr-1c8251aae0294881d0dc9fcdffeb2f86040ee24e.zip
* rand.c (rand32): Moved.
(make_random_state): After initializing, retrieve eight random numbers to clear pathological initial behavior leading to duplicate values.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d5d6aaf..996a7e28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-12-23 Kaz Kylheku <kaz@kylheku.com>
+ * rand.c (rand32): Moved.
+ (make_random_state): After initializing, retrieve eight
+ random numbers to clear pathological initial behavior
+ leading to duplicate values.
+
+2011-12-23 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c (highest_bit): Changing to external linkage.
* arith.h (highest_bit): Declared.