Generating random line patterns using an algorithm is not difficult. It is necessary to draw a planar surface, generate a certain number of random points on it, determine the closest point to each point, form a plane that is normal to the planar surface and passes through each point and its nearest point, and finally find intersecting lines between the planar surface and formed planes. As you can see, the algorithm for generating random line patterns is not complex at all and it is easy to make with the appropriate software. Visually, both the black and white and colored versions of this pattern are interesting, and what you can use them for is - up to you!