def random_bit()

in src/artificial_traffic.py [0:0]


    def random_bit(self, params=[]):
        return random.getrandbits(1)