// Test background()

void draw() {
  background(random(255));
}
