#include void setup() { Entropy.Initialize(); } void loop() { if (Entropy.available()) randomSeed(Entropy.random()); }