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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/24/05 11:33
Read: times


 
#99969 - Pseudo-random number generators
Responding to: ???'s previous message
The generation of random and pseudo-random numbers is an area fraught with pitfalls for the unwary.

It is, of course, in the nature of things that deterministing software cannot generate true random numbers. The best we can hope for is pseudo-random number sequences - sequences of numbers with many of the statistical properties of random numbers.

Of course, in threads asking questions of this sort - of which there are a great many - it generally turns out that a fairly simple pseudo-random number generator will suffice.

You will find some LFSR based pseudo-random number generators here:

http://www.programmersheaven.com/zone5/cat.../32219.htm


List of 12 messages in thread
TopicAuthorDate
Help me for "Random bits sequence"            01/01/70 00:00      
   Impossible!            01/01/70 00:00      
   Pseudo-random number generators            01/01/70 00:00      
      a true random generator            01/01/70 00:00      
         slightly modified            01/01/70 00:00      
      pseudo-random bits sequences            01/01/70 00:00      
         Graham already helped you!            01/01/70 00:00      
         Still not random            01/01/70 00:00      
   Another avenue            01/01/70 00:00      
   There IS a way ...            01/01/70 00:00      
      ...but not software-only            01/01/70 00:00      
   Predictable solution for random problems            01/01/70 00:00      

Back to Subject List