Lines Matching refs:random
19 import random
53 r = random.randint(0, total - 1) + intervals[0][0]
70 bit_numbers += random.sample(range(rng[0], rng[1] + 1),
71 random.randint(0, rng[1] - rng[0] + 1))
118 return validator(current, random.choice, sequences)
149 return random.choice(fuzz_values)
339 random.choice([selector(current, constraints), current])
340 is_cow = random.randint(0, 1)
350 random.choice([selector(current, constraints), current])
351 is_compressed = random.randint(0, 1)
352 is_cow = random.randint(0, 1)
353 is_zero = random.randint(0, 1)