from the manual
what some do is seed the random with a adcin reading on a unconnected analog pinRANDOM is not a true random-number generator. It performs a complex math
operation on the seed value, resulting in a "seemingly random" result. The same
seed value will always yield exactly the same result. If the result is used for the
seed value in subsequent iterations of RANDOM, the result is a predictable
repeating sequence of numbers.
eg
adcin ch,myword
random myword
worth trying ?
ps unconnected = floating
Bookmarks