I'm planning on using the PIC 16C54. I have a need for a random number generator and couldn't find anything in the app notes. I was thinking maybe I could do a pseudo-random number generator by putting several random numbers in a table and indexing through the table but I wonder if anyone else has a more "true" random number generator than that? Seems like I need something more like a counter that is allways counting and then be able to grab a number when I need it. That would seem more random than the table. Any ideas/hints would be greatly appreciated. Thanks, Ken