summaryrefslogtreecommitdiff
path: root/src/KM_prng.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-23 23:31:36 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-27 02:30:45 +0100
commitb318ce46f90b4f99f08749df8540f58b74962bee (patch)
tree9b046bb3978e04fb788c92a14b5d7aa77327ebe1 /src/KM_prng.h
parenta86a6cf14b3966348f4ea08571aacbba4e54013c (diff)
Allow predictable random number and date generation during testing.
Diffstat (limited to 'src/KM_prng.h')
-rwxr-xr-xsrc/KM_prng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KM_prng.h b/src/KM_prng.h
index 172af2b..f4497ed 100755
--- a/src/KM_prng.h
+++ b/src/KM_prng.h
@@ -45,6 +45,7 @@ namespace Kumu
~FortunaRNG();
const byte_t* FillRandom(byte_t* buf, ui32_t len);
const byte_t* FillRandom(ByteString&);
+ void Reset();
};