<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_random.vim, branch v8.2.3176</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.1432: various inconsistencies in test files</title>
<updated>2020-08-12T16:50:36+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-12T16:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=6d91bcb4d23b5c6a0be72c384beaf385e2d9d606'/>
<id>6d91bcb4d23b5c6a0be72c384beaf385e2d9d606</id>
<content type='text'>
Problem:    Various inconsistencies in test files.
Solution:   Add modelines where they were missing.  Use Check commands instead
            of silently skipping over tests.  Adjust indents and comments.
            (Ken Takata, closes #6695)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various inconsistencies in test files.
Solution:   Add modelines where they were missing.  Use Check commands instead
            of silently skipping over tests.  Adjust indents and comments.
            (Ken Takata, closes #6695)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1183: assert_fails() checks the last error message</title>
<updated>2020-07-11T20:14:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-11T20:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9b7bf9e98f06ece595fed7a3ff53ecce89797a53'/>
<id>9b7bf9e98f06ece595fed7a3ff53ecce89797a53</id>
<content type='text'>
Problem:    assert_fails() checks the last error message.
Solution:   Check the first error, it is more relevant.  Fix all the tests
            that rely on the old behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    assert_fails() checks the last error message.
Solution:   Check the first error, it is more relevant.  Fix all the tests
            that rely on the old behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0233: crash when using garbagecollect() in between rand()</title>
<updated>2020-02-08T15:40:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-02-08T15:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4f645c54efe33d7a11e314676e503118761f08a7'/>
<id>4f645c54efe33d7a11e314676e503118761f08a7</id>
<content type='text'>
Problem:    Crash when using garbagecollect() in between rand().
Solution:   Redesign the rand() and srand() implementation. (Yasuhiro
            Matsumoto, closes #5587, closes #5588)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using garbagecollect() in between rand().
Solution:   Redesign the rand() and srand() implementation. (Yasuhiro
            Matsumoto, closes #5587, closes #5588)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2357: no test with wrong argument for rand()</title>
<updated>2019-11-28T21:55:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-28T21:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=68e9e5f7fccb8038cf0ca5b5d95c85a923152f46'/>
<id>68e9e5f7fccb8038cf0ca5b5d95c85a923152f46</id>
<content type='text'>
Problem:    No test with wrong argument for rand().
Solution:   Add a test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    No test with wrong argument for rand().
Solution:   Add a test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2356: rand() does not use the best algorithm</title>
<updated>2019-11-28T21:13:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-28T21:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=f8c1f9200c4b50969a8191a4fe0b0d09edb38979'/>
<id>f8c1f9200c4b50969a8191a4fe0b0d09edb38979</id>
<content type='text'>
Problem:    rand() does not use the best algorithm.
Solution:   use xoshiro128** instead of xorshift. (Kaito Udagawa,
            closes #5279)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    rand() does not use the best algorithm.
Solution:   use xoshiro128** instead of xorshift. (Kaito Udagawa,
            closes #5279)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2343: using time() for srand() is not very random</title>
<updated>2019-11-26T11:23:30+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-26T11:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=07e4a197953d12902fb97beb48830a5323a52280'/>
<id>07e4a197953d12902fb97beb48830a5323a52280</id>
<content type='text'>
Problem:    Using time() for srand() is not very random.
Solution:   use /dev/urandom if available
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Using time() for srand() is not very random.
Solution:   use /dev/urandom if available
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2342: random number generator in Vim script is slow</title>
<updated>2019-11-25T14:40:55+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-11-25T14:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=06b0b4bc27077013e9b4b48fd1d9b33e543ccf99'/>
<id>06b0b4bc27077013e9b4b48fd1d9b33e543ccf99</id>
<content type='text'>
Problem:    Random number generator in Vim script is slow.
Solution:   Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Random number generator in Vim script is slow.
Solution:   Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277)
</pre>
</div>
</content>
</entry>
</feed>
