Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Mar 24, 2021
1 parent e2c6d04 commit 2c08ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c08ff4

Please sign in to comment.