SXHASH now generates identical keys for the copies of a random state object.

This commit is contained in:
jjgarcia 2002-05-10 07:36:07 +00:00
parent 8dca6b0e27
commit de69da1d5a

View file

@ -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: