mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 04:42:13 -08:00
SXHASH now generates identical keys for the copies of a random state object.
This commit is contained in:
parent
8dca6b0e27
commit
de69da1d5a
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue