Remove dependency on srand() and predictable output from rand()
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2020 08:10:01 +0000 (10:10 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2020 16:51:11 +0000 (18:51 +0200)
commit58db95ab6a40c67ebf961ff243adb9e4dac4444c
tree234f110773075ed7f88f20e68adeb7d53a1497cb
parent387488c4d18ce616e3f0f64e8339ca20b843fb7e
Remove dependency on srand() and predictable output from rand()
to work around a strange problem on Windows where this test would
fail with the random values offset by 1 step.
test/audio_analysis_test.cc