0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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)
This commit is contained in:
Bram Moolenaar
2019-11-28 22:13:14 +01:00
parent c7d2a57b3a
commit f8c1f9200c
4 changed files with 80 additions and 67 deletions

View File

@@ -737,6 +737,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2356,
/**/
2355,
/**/