diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-05-17 12:13:14 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-05-17 16:33:27 -0400 |
commit | f718aedd9f244ee77a40f182bf6c6737730d975c (patch) | |
tree | 087a1464b04bb598e1bda62224495b90e821d3af /src/util.h | |
parent | 096e06dbb5241737e2f0f1ba1c4f969d68e6e7c5 (diff) |
Refactor: GetRandHash() method for util
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 5f8d0375da..01f09747c4 100644 --- a/src/util.h +++ b/src/util.h @@ -168,6 +168,7 @@ bool SetStartOnSystemStartup(bool fAutoStart); void ShrinkDebugFile(); int GetRandInt(int nMax); uint64 GetRand(uint64 nMax); +uint256 GetRandHash(); int64 GetTime(); void SetMockTime(int64 nMockTimeIn); int64 GetAdjustedTime(); |