Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/19/98 18:24
Read: times


 
#105 - RE: RANDOM NUMBER GENERATION
That's a very good kind of random number generation, provided that there is some amount of user interaction so there are some irregular delays during which the timer continues to run. If you just start a timer when the 8051 starts and then the program runs at a speed independant of any external source, it's very likely that you'll get the same numbers each time.

One way to do it if there are no random delays introduced by the user would be to use some location in the internal RAM after a cold start to seed a random number generator - that data is believed to be pretty random after a cold start.

List of 3 messages in thread
TopicAuthorDate
RANDOM NUMBER GENERATION            01/01/70 00:00      
RE: RANDOM NUMBER GENERATION            01/01/70 00:00      
RE: RANDOM NUMBER GENERATION            01/01/70 00:00      

Back to Subject List