500
When can you use a random statement like this:
digitalWrite(random(3,5),HIGH);
The random statement will chose between 3,4,5. These are the choices for the pins on the arduino board. If the arduino board has LED's attached to pins 3,4,5 then you can randomly want to turn one of the 3 LED's on.