This program demonstrates a recursive function to create a tool for Paint...
The following are the inputs:
Levels = Specifies how far the recursion will flow.
Min Branch = Specifies the minimum randomized branches.
Max Branch = Specifies the maximum randomized branches.
Min Length = Specifies the minimum randomized length of each branch
Max Length = Specifies the maximum randomized length of each branch
The recursive function somewhat reflects the concept of a tree structure. So, the size of the brush depends on the length per branch...