Ahh, right. rand() is probably the random number generator that you're seeding with jshGetRandomNumber :) Is there any source of entropy on ESP8266 that could be used? Internal voltage/temperature reference that you could take the bottom bit of?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ahh, right.
rand()
is probably the random number generator that you're seeding withjshGetRandomNumber
:) Is there any source of entropy on ESP8266 that could be used? Internal voltage/temperature reference that you could take the bottom bit of?