You are reading a single comment by @AlexOwen and its replies. Click here to read the full conversation.
  • E.srand(v) should seed it, but for some reason isn't.

    Looking at the implementation of it it seems to have an if statement for STM chips which gets a random number from an analog reading, but (I think) on other chips just gets a random number from the generator (which is always the same).

About

Avatar for AlexOwen @AlexOwen started