BitCoinClient.OpenSSL.RAND_add C# (CSharp) Method

RAND_add() private method

private RAND_add ( byte buff, int num, double entropy ) : void
buff byte
num int
entropy double
return void
        public static extern void RAND_add(byte[] buff, int num, double entropy);