patch 9.0.1017: test for srand() fails on MS-Windows v9.0.1017
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Dec 2022 09:05:25 +0000 (09:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Dec 2022 09:05:25 +0000 (09:05 +0000)
commit9dacdb1d56ee0f9272f3fc956a12f15f84ffb205
treeddd57e8caeeae790a053186c0773e5db1a7a1be7
parent1cb16c3a20a9d17df1a8dc3813ef64dc98e42637
patch 9.0.1017: test for srand() fails on MS-Windows

Problem:    Test for srand() fails on MS-Windows.
Solution:   Do not expect the same result a second time.
src/testdir/test_random.vim
src/version.c