aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf36b54..e774484 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ documented in this file.
- Replaced `atoi()` with `strtol()`. Multiple occurrences.
- Replaced `atoi()` with `strtonum()`. Multiple occurrences.
- Replaced `rewind()` with `fseek()`, which offers error checking.
+- Seeded the pseudo random number generator (PRNG) better.
- Usage of `const`.
- Usage of begin/end decls, in header files.
- Usage of member initializers.