Update random.h

While I'm making an argument for better consistency, I might as well be self-consistent.
This commit is contained in:
Scott 2016-11-01 17:51:39 -04:00 committed by Jack Grigg
parent 3106267575
commit e5df7ee78e
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ void RandAddSeedPerfmon();
/**
* Functions to gather random data via the OpenSSL PRNG
*/
void GetRandBytes(unsigned char* buf, int num);
void GetRandBytes(unsigned char* buf, size_t num);
uint64_t GetRand(uint64_t nMax);
int GetRandInt(int nMax);
uint256 GetRandHash();