summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.