diff options
author | lloyd <[email protected]> | 2008-10-13 20:26:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-13 20:26:15 +0000 |
commit | 5cd53808f058ed209a767a8c5ca01be29b5eedc0 (patch) | |
tree | 77ea6990f8e73a8019fbb3c8cb0d48878f887fb0 | |
parent | 52c675d7caa8ba0cb4aa85510a1b1bf48984a250 (diff) |
RNG::reseed comment
-rw-r--r-- | src/core/rng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/rng.h b/src/core/rng.h index 1125d29a1..20f2e47b1 100644 --- a/src/core/rng.h +++ b/src/core/rng.h @@ -62,7 +62,7 @@ class BOTAN_DLL RandomNumberGenerator virtual std::string name() const = 0; /** - * Force a reseed of the PRNG + * Seed this RNG using the entropy sources it contains. */ virtual void reseed() {} |