commit | f8c1f9200c4b50969a8191a4fe0b0d09edb38979 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 22:13:14 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 22:13:14 2019 +0100 |
tree | 99c0903ad3e62049d83e6c8d118afd3c167f2d38 | |
parent | c7d2a57b3a076f6ecb16f93c0b09280c4b3b4175 [diff] [blame] |
patch 8.1.2356: rand() does not use the best algorithm Problem: rand() does not use the best algorithm. Solution: use xoshiro128** instead of xorshift. (Kaito Udagawa, closes #5279)
diff --git a/src/version.c b/src/version.c index 4ca5c0f..7abb190 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2356, +/**/ 2355, /**/ 2354,