randomSeed(0);
void draw() {
  point(random(width), random(height));
}
