Searched refs:choice (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/queryperf/utils/
H A Dgen-data-queryperf.py47 label = label + gen.choice(ldh)
110 sys.stdout.write(make_domain(gen.choice(domains)))
/bind-9.6-ESV-R11/lib/dns/
H A Drdataset.c322 unsigned int i, count = 0, added, choice; local
421 choice = i + (val % (count - i));
423 shuffled[i] = shuffled[choice];
424 shuffled[choice] = rdata;

Completed in 13 milliseconds