RCRand icon indicating copy to clipboard operation
RCRand copied to clipboard

Sequencial numbers are never equal.

Open dasmithii opened this issue 11 years ago • 0 comments

rcr_byte() currently waits until the generated byte is difference from the previous before returning a value. This means that, under no circumstances, will the same value be outputted twice in a row.

Could be fixed by analyzing the full byte buffer, rather than a single byte, or by maintaining an atomic updated switch.

dasmithii avatar Jun 27 '14 15:06 dasmithii