We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A trivial thing, but this hits python's recursion depth limit:
tskit.Tree.generate_random_binary(1_000_000)
At some point in the distant future we might want to recode generate_random_binary not to use recursion.
generate_random_binary