1 2 3 4 5 6 7 8 9
void setup() { Serial.begin(9600); } void loop() { Serial.println(random(100)); delay(1000); }