Çrand()
和srand()
功能是非常有用的,當你做這樣的事情:srand()函數模擬了SystemVerilog的
srand(SEED);
for()
{
//doing something with one thing using rand()
}
srand(SEED);
for()
{
//doing something with other thing using rand()
}
我可以在SystemVerilog中這樣的事情?是的,我知道約$urandom(SEED)
,但事情是它應該SRAND一次和rand()然後多次