int L = 9; int Random; void setup() { pinMode(9, OUTPUT); randomSeed(analogRead(0)); } void loop() { }