void setup() { noLoop() ; } void draw() { java.util.Random g = new java.util.Random() ; int X[] = new int[1000 + g.nextInt(10)] ; for (int i = 0; i