Here is the scenario i'm imagining, I use the python random library to generate x-bit key that I use to generate a HMAC-MD5 output. Every HMAC-MD5 has uses a different random number as its key.
My question is if I can get a large number of HMAC-MD5 output, is there anyway I can figure out the internal state being used by the random function or the module itself?