Re: [FFmpeg-devel] [PATCH 1/2] avutil/random_seed: Speed up fate test

2022-01-30 Thread Michael Niedermayer
On Fri, Jan 28, 2022 at 01:18:45PM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2022-01-25 11:21:08) > > This decreases the quality of the seeds during the test, it does not affect > > the seeds outside the test. > > There is a small chance that this causes test failures, if that happ

Re: [FFmpeg-devel] [PATCH 1/2] avutil/random_seed: Speed up fate test

2022-01-28 Thread Anton Khirnov
Quoting Michael Niedermayer (2022-01-25 11:21:08) > This decreases the quality of the seeds during the test, it does not affect > the seeds outside the test. > There is a small chance that this causes test failures, if that happens > the threshold needs adjusting > > Testing on an idle x86_64 syst

[FFmpeg-devel] [PATCH 1/2] avutil/random_seed: Speed up fate test

2022-01-25 Thread Michael Niedermayer
This decreases the quality of the seeds during the test, it does not affect the seeds outside the test. There is a small chance that this causes test failures, if that happens the threshold needs adjusting Testing on an idle x86_64 system shows that this passes even with the test strength increas