IEntropySource
Base interface describing an entropy source for a DRBG.
            
                
Return the number of bits of entropy this source can produce.
            
Return whether or not this entropy source is regarded as prediction resistant.
            
byte[] GetEntropy()
Return a byte array of entropy.