regressions/ck_ht: Use random seed for ck_ht_gc.

ck_pring
Samy Al Bahra 11 years ago
parent 6818335303
commit ce7533e98a

@ -145,7 +145,7 @@ static bool
table_gc(void)
{
return ck_ht_gc(&ht, 0, 0);
return ck_ht_gc(&ht, 0, common_lrand48());
}
static bool

Loading…
Cancel
Save