RCRand
RCRand copied to clipboard
Sequencial numbers are never equal.
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.