Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

RCRand- Race condition based random number generaton. Works similarly to the unix rand() utility, but without a predetermined output sequence (i.e. PRNG v.s. TRNG).

$
0
0
After struggling with a race condition issue for an hour or two, I decided to make use of this wonderful unpredictability that is shared resource mutation.

Here's the (summarized) algorithm.

more here.........https://github.com/dasmithii/RCRand

Viewing all articles
Browse latest Browse all 8064

Trending Articles