in src/rosbridge/timeseq.py [0:0]
def mk_rand_suffix(n): return ''.join([random.choice('abcdefghjkmnpqrstuvwxyz') for i in range(n)])