8 Feb
2008
8 Feb
'08
10:15 a.m.
Joe Vieira wrote:
the ISAAC (random number generator) libraries do use registers to hold the numbers while it is generating them. registers on a 64 machines are 64 bit right?
That may be it. If you can delete the "register" references in src/lib/isaac.c && re-test, it would help. A simple check is that the State attribute looks like random garbage, rather than being mostly zeros. Alan DeKok.