def random_reference(draw, prefix = random_prefix()): number = st.integers(min_value = 0) return draw(st.tuples(prefix, number))