diff options
Diffstat (limited to 'src/interfaces/randomization.hpp')
-rw-r--r-- | src/interfaces/randomization.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/randomization.hpp b/src/interfaces/randomization.hpp index a17efb4..524069a 100644 --- a/src/interfaces/randomization.hpp +++ b/src/interfaces/randomization.hpp @@ -13,7 +13,7 @@ public: using ISeedGeneratorFactory = std::shared_ptr<ISeedGenerator> (*)(); /** - * Pseudo-random uint32_teger generator. + * Pseudo-random unsigned integer generator. */ class IRandomNumberGenerator { |