Forum Discussion
Altera_Forum
Honored Contributor
13 years agoPseudo-random Number Generator
Hi, I have looking for a Pseudo-random number generator with some maximum linit. I know the LFSR approach but I dont know how to limit the maximum number generated by the LFSR. For example if I...
Altera_Forum
Honored Contributor
13 years agoYou can't.
If the number is out of range, discard it and request another until you get one in range.