Forum Discussion
Altera_Forum
Honored Contributor
21 years ago"Random" Instruction
Hi, can anyone tell me how to generate random numbers in the NIOS II , for the IDE software in C ? http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/huh.gif thanks
Altera_Forum
Honored Contributor
21 years agoHi Toysoldier,
You could devote an entire career to this subject ... regardless, here are a few resources I've used in the past that may be helpful: http://csrc.nist.gov/rng (http://csrc.nist.gov/rng) -- everything you wanted to know and more ;-) http://www.embedded.com/showarticle.jhtml?...icleid=20900500 (http://www.embedded.com/showarticle.jhtml?articleid=20900500) -- nice article with some C code http://www.opencores.org/projects.cgi/web/...ng_lib/overview (http://www.opencores.org/projects.cgi/web/rng_lib/overview) -- VHDL code Hope this is helpful. Regards, --Scott