Creating a fractal line- fline(a,b)
nGiven points a,b find midpoint m
nchose a point n at distance e from m
ncall fline(a,n), fline(n,b)
nwhere e = d(a,b) k  r
nand d measures distance, k a constant
nr a random number between 0..1