RNG generators based on nuclear decay are a good source of random number. The working principle is relatively simple: they convert the detection of particles in random numbers, using different ...
Using xorshift* function with 32bit integer values produces random numbers and uses seed from sensors and micros() function. The use of sensor values as seed is done by xoring all the values you want ...