I am trying to seed srand() with something random, to get a more random result, so I tried using the C++ #include <ctime.h> library. The compiler said there was no such library, so I downloaded the Arduino #include <Time.h> library, but the compiler gave me errors with that, too. The errors the compiler gave me are below. Can someone help me decipher the errors on the time.h one? Also, what library and command should I use to seed srand()? Compiler error are attached below.