How to get random entropy for use as a random seed (Primer2)
I would like to seed my random number generator with some random entropy. I can use the hours / minutes / seconds from the RTC, are there any other values that I can use that are directly accessible from the CircleOS API?
Thanks Kevin
Offline
#
2
2009-04-28 06:57:37How to get random entropy for use as a random seed (Primer2)
Re: How to get random entropy for use as a random seed (Primer2)
RTC is good, and you could get also a few random bits (let's say the LSBs) from the measurement of the analog values (temperature, battery voltage,...).