Hi,
After thinking about this this morning in the dark, I think
I will use the "leftovers" from the calculation of the random
number to supply the extra bit. This would avoid both the
pollution that Michael spoke of, and obviates the need for a
separate generator. A SHR EAX,1 (AL,1?) followed by a
RCL EDX,1 seems to fill the need.
Michael, thanks for the comment, that was one of the
reasons (more or less) that I posted asking for ideas.
Dave, as shown, that was sort of the idea. Just where
to best get a bit from was the problem. Off to continue
the testing.
Regards,
Steve N.
Edit:
Well, that did not help. Neither SHR EAX, 1 or 2 workes.
SRN