Mandelbrot Given an output filename, image dimensions, upper left value, and lower right value, produces an image using the Mandelbrot algorithm. To run: cargo run random.png 1000x750 -1.20,0.35 -1,0.20