aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/randomization.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-06 13:34:23 +0100
committerHampusM <hampus@hampusmat.com>2022-06-13 17:56:55 +0200
commita9a4381398098107d1b359a19338e91651605de8 (patch)
treef70d03572d514e42d4b2376cf34a0d071ba8fc4b /src/interfaces/randomization.hpp
parent0854ebbc0720c1691f2de661c4ce3467b71746c6 (diff)
docs: fix 'uint32_teger' comments
Diffstat (limited to 'src/interfaces/randomization.hpp')
-rw-r--r--src/interfaces/randomization.hpp2
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
{