I have written:
> In Larceny revision 6303  the state-set function tests for
> the state vector length to be 7, it its length is actually
> 6.

Sorry, this is a wrong report.  I confused the original file
in  the  reference  implementation  with a  file  I  already
started to modify some time ago.  The chunk of code:

  (if (and (list? external-state)
           (= (length external-state) 7)
           (eq? (car external-state) 'lecuyer-mrg32k3a))

in the function "mrg32k3a-state-set" is correct in Larceny.
-- 
Marco Maggi

_______________________________________________
Larceny-users mailing list
Larceny-users@lists.ccs.neu.edu
https://lists.ccs.neu.edu/bin/listinfo/larceny-users

Reply via email to