How to generate pseudo random number in FPGA?
                +3 
                A: 
                
                
              
            This has been covered (I'd go for an LFSR): http://stackoverflow.com/questions/757151/random-number-generation-on-spartan-3e
                  Marty
                   2009-07-14 14:17:21
                
              
                
                A: 
                
                
              
            If it's not for cryptography or other applications with an intelligent adversary (e.g. gambling) I'd use a linear feedback shift register approach.
It only uses exclusive or and shift, so it is very simple to implement in hardware.
                  starblue
                   2009-07-14 14:20:40