diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-23 23:31:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-27 02:30:45 +0100 |
| commit | b318ce46f90b4f99f08749df8540f58b74962bee (patch) | |
| tree | 9b046bb3978e04fb788c92a14b5d7aa77327ebe1 /src/KM_prng.h | |
| parent | a86a6cf14b3966348f4ea08571aacbba4e54013c (diff) | |
Allow predictable random number and date generation during testing.
Diffstat (limited to 'src/KM_prng.h')
| -rwxr-xr-x | src/KM_prng.h | 1 |
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(); }; |
