From 33832ea317f8fc57c251e0dce04b67760a378bac Mon Sep 17 00:00:00 2001 From: Kaz Kylheku <kaz@kylheku.com> Date: Tue, 5 Aug 2014 07:19:34 -0700 Subject: * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42bbbaac..cd9503ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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 -- cgit v1.2.3