From ba37a43bf36c5f4e787fceb18cb0f4223e98f261 Mon Sep 17 00:00:00 2001
From: Kaz Kylheku <kaz@kylheku.com>
Date: Thu, 22 Dec 2011 17:27:54 -0800
Subject: * rand.c (random): Fix for 64 bit fixnums: stick two random numbers
 together. Otherwise for fixnum moduli, we get only a 32 bit number no matter
 what the modulus is.

---
 ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'ChangeLog')

diff --git a/ChangeLog b/ChangeLog
index 1ce4fd22..8eb46034 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-22  Kaz Kylheku  <kaz@kylheku.com>
+
+	* rand.c (random): Fix for 64 bit fixnums: stick two random numbers
+	together. Otherwise for fixnum moduli, we get only a 32 bit number no
+	matter what the modulus is.
+
 2011-12-22  Kaz Kylheku  <kaz@kylheku.com>
 
 	* stream.c (vformat): Combine ~a and ~s cases, so numbers and
-- 
cgit v1.2.3