mirror of
https://github.com/zoriya/vim.git
synced 2026-06-26 12:42:08 +00:00
f8c1f9200c
Problem: rand() does not use the best algorithm.
Solution: use xoshiro128** instead of xorshift. (Kaito Udagawa,
closes #5279)