Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

random number generator

Hi,

Does anybody need a random number generator? This is the one on opencore.org and I created any Quartus project to test the fmax on Stratix III fpga, and modified the testbench to store output to an file. I also created a modelsim tcl script so if you want simulate it just go into the ./sim directory and execute the file rng_modelsim.tcl. It will generate uniform random noise.

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Can you tell me how it works never used it before once I get additional info will tell you whether I could use it or not, thanks.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Pseudo-random number generator, I think -- it will have the same sequence of states after power up, given the same initial seed. Good for many purposes, but not for all. There is no random process involved, just a complicated one.