in reply to Re^8: A better rand() for Win32
in thread A better rand() for Win32

Thanks , for making a finer point syphilis , looks like this discussion is getting into the more advanced aspects of Crypto/RNG.
I should add from my last entry, GetRandom() calls CryptAcquireContext to use another phase of randomizing - hashing (using PROV_RSA_FULL by default) then calls CryptGenRandom.