From de69da1d5a64d4288c092d858feb70d82b1ca443 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Fri, 10 May 2002 07:36:07 +0000 Subject: [PATCH] SXHASH now generates identical keys for the copies of a random state object. --- src/c/hash.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/c/hash.d b/src/c/hash.d index 95d3592f4..97d963047 100644 --- a/src/c/hash.d +++ b/src/c/hash.d @@ -205,6 +205,8 @@ BEGIN: return(h); #endif /* CLOS */ #endif /* !ANSI */ + case t_random: + return h ^ x->random.value; case t_package: /* These two should actually */ case t_bitvector: /* have visible changes under equal */ default: