diff options
Diffstat (limited to 'doc/examples/rng_test.cpp')
-rw-r--r-- | doc/examples/rng_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/rng_test.cpp b/doc/examples/rng_test.cpp index e38628d15..9ecb04e78 100644 --- a/doc/examples/rng_test.cpp +++ b/doc/examples/rng_test.cpp @@ -58,6 +58,8 @@ class Fixed_Output_RNG : public RandomNumberGenerator std::string name() const { return "Fixed_Output_RNG"; } + void reseed(u32bit) {} + void clear() throw() {} void add_entropy(const byte in[], u32bit len) |