Searched defs:random (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/queryperf/utils/
H A Dgen-data-queryperf.py9 # can generate files of queries, both with random names (to test the
14 import random namespace
43 Generate a random DNS label.
59 "[-p percent-random] [-t TLD]\n")
93 gen = random.Random()
112 if gen.random() < percent_random:

Completed in 10 milliseconds