Set the canvas size to 455 pixels width by 99 pixels height.
Randomly select a stroke width for each line.
Give each line a (possibly different) random color.
Made the background color random.
Because I added the function named getRandomColor,
I had to wrap the "do once" drawing code in the setup function.
Source code: random_horizontal_lines_0005
Built with Processing