def udp_rnd_data_len(self, last_hash, random): random.init_from_bin(last_hash) return random.next() % 127