RCRand
RCRand copied to clipboard
race condition based random number generaton
Results
2
RCRand issues
Sort by
recently updated
recently updated
newest added
Workers could wait n-time units as a function of byte buffer contents. That way, we wouldn't waste comp power. In that case, it's important that buffer mutation occurs between each...
enhancement
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...
bug