Forum Discussion
BBobb6
New Contributor
6 years agoInverse Transform Sampling method on FPGA ( pseudo random number generation)
Hi, I am working on pseudo random number generation topic. To be precise, Inverse Transform Sampling method , i.e., a method for generating sample numbers at random from any probability distributio...
SyafieqS
Super Contributor
6 years agoHi Bobby,
You can easily use IP so called random number generator. It allows you to define the random sequence seed manually. The uniformly distributed integer number generator is a random sequence of 32 bit data, which can be interpreted as signed or unsigned integer. Refer to link below for details
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-random.pdf
Thanks,
Regards