block by nitaku 7938492

Random tree II

Full Screen

Another take on randomly generated trees. In random tree I, a node had a fixed probability of branching off. This time, the probability decreases linearly with the depth, starting at 1 for the root node and ending at 0 when the maximum depth is reached.

index.js

index.html

index.coffee

index.css

index.sass