Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Tricky: good point, i was thinking of pseudo-white noise as having a normal distribution, though i haven't checked. --- Quote End --- a standard pseudo random number generator would have a flat distribution, with every number only appearing once in the sequence. You can try an make it appear more random by having more bits than you actually use, but after the entire sequence, every value appears the same number of times.