RE: [OT] Software Random function

It's utterly predicatble.  It is after all, a PSEUDO random number generator.  It produces a repeating pattern of a very limited length.  Not sure if its 127 or 255 for this arrangement.  You could use a 24 bit (or more) register to get longer patterns though, using the same principle.  The Art of Electronics has a good section on maximal length PRBS generators.

Mike