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 ago --- Quote Start --- Yes, it does rather depend on what sort of random numbers you want! --- Quote End --- one other method is to get your values in software(e.g. matlab) of any range you choose then store them in LUT and run it from there. As such you can choose whatever type of random values are available in the tool.