in src/artificial_traffic.py [0:0]
def random_int(self, params=[]): a, b = params[0], params[1] return random.randint(a=a, b=b)