The source project of this merge request has been removed.
tests: Avoid multithreaded use of g_test_rand_int_range
Replace g_test_rand_int_range with g_random_int_range to avoid data race.
Replace g_test_rand_int_range with g_random_int_range to avoid data race.