Original instructions:
Wall Drawing 86: Ten thousand lines about 10 inches (25 cm) long, covering the wall evenly.
Original implementation in Javascript here
Camila Fontalvo asked me how to modify this for the situation where each of the individual lines are only drawn at one of two possible angles. This is done in lines 47-56 by setting two random angles A and B, then making a random boolean by comparing whether Math.random is greater than or equal to 0.5. If true, return A, otherwise return B.
https://d3js.org/d3.v4.min.js
https://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js