To create these fractals, begin with the origin of the spiral, (xn1, yn1), then move a random distance towards the next point, (xn1+pic, yn1+pic), where pic is the point increment. In the two fractals below, pic = 1. In the first of them, when the final point is reached, pic is negated and (xn, yn) returns through the points to the origin, where pic is negated again; in the second, when the final point of the spiral is reached, (xn, yn) is reset to the origin.
p=20; thi=0·35; pic = +1, -1, +1...; d = (⅓, ⅔)
p=20; thi=0·35; pic = +1; d = (⅓, ⅔)
p=20; thi=0·35..0·73; d = (⅓, ⅔, 1, 1⅓)
p=20; thi=0·35; d = (⅓, ⅔)