Browse Source

Update random.h

While I'm making an argument for better consistency, I might as well be self-consistent.
pull/4/head
Scott 8 years ago
committed by Jack Grigg
parent
commit
e5df7ee78e
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      src/random.h

2
src/random.h

@ -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();

Loading…
Cancel
Save