On 9/26/21 10:37 PM, Ammar Faizi wrote: > The use of `rand()` should be accompanied by `srand()`. The idiomatic way that I usually do it for these tests is: srand(getpid()); Shouldn't really matter, but we may as well keep it consistent. -- Jens Axboe