]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2356: rand() does not use the best algorithm v8.1.2356
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Nov 2019 21:13:14 +0000 (22:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Nov 2019 21:13:14 +0000 (22:13 +0100)
commitf8c1f9200c4b50969a8191a4fe0b0d09edb38979
tree99c0903ad3e62049d83e6c8d118afd3c167f2d38
parentc7d2a57b3a076f6ecb16f93c0b09280c4b3b4175
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)
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_random.vim
src/version.c