Re: Random generator

Bernd Beuster <[email protected]> Fri, 31 Aug 2007 21:44:32 +0200
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
Maybe I found it, here's the patch:

$ cd ccl/level-0
$ diff l0-numbers.lisp.~1.31.~ l0-numbers.lisp
1785c1785
<              (%multiply 42871 (dpb (ldb (byte 15 0) high)
---
 >              (%multiply 48271 (dpb (ldb (byte 15 0) high)


-- 
Bernd