randchild
returns a uniformly random direct child of an expression.
randsubtree
returns a uniformly random subtree of an expression. Note that this subtree
must not be a direct child.
1 2 3 | randchild(expr)
randsubtree(expr, subtreeprob = 0.1)
|
expr |
The expression to select random childs or subtrees from. |
subtreeprob |
The probability for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.