From 2c08ff48791b405f5180366503b39ceb17a7821c Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 23 Mar 2021 23:47:48 -0700 Subject: [PATCH] address comments --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ca231b63a42d0..dd0f01b1b9390 100644 --- a/changelog.md +++ b/changelog.md @@ -50,7 +50,7 @@ - Added `random.initRand()` overload with no argument which uses the current time as a seed. -- `random.initRand(seed)` now allows `seed == 0` +- `random.initRand(seed)` now allows `seed == 0`. - `random.initRand(seed)` now produces non-skewed values for the 1st call to rand() after initialization with a small (< 30000) seed. Use `-d:nimLegacyRandomInitRand` to restore