diff options
Diffstat (limited to 'src/random.h')
-rw-r--r-- | src/random.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/random.h b/src/random.h index 6a63d57429..0c98041c4b 100644 --- a/src/random.h +++ b/src/random.h @@ -134,4 +134,7 @@ void GetOSRand(unsigned char *ent32); */ bool Random_SanityCheck(); +/** Initialize the RNG. */ +void RandomInit(); + #endif // BITCOIN_RANDOM_H |