I have updated my MS Crypto API example adding a random number generator using the CryptGenRandom function. I have it returning a ULong but it could easily be changed to LongLong by changing the second arg from 4 to 8.
I have updated my MS Crypto API example adding a random number generator using the CryptGenRandom function. I have it returning a ULong but it could easily be changed to LongLong by changing the second arg from 4 to 8.