// //Drawing Brain 1: by Aaron Steed //Brain creates random marks out of lines points and curves using the language's random number generator //Alter the variable; int marks, to set the quantity of steps // int marks = 300; size(400,400); background(255, 255, 255); stroke(0); for(int i=1; i