Searched refs:rnd (Results 1 - 2 of 2) sorted by relevance

/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc50 auto rnd = Random(time(NULL)); local
56 wait(sc_core::sc_time((double)rnd.random(1,100), sc_core::SC_NS));
62 if (rnd.random(0,1)) // Generate a write request?
66 dataBuffer = rnd.random(0,0xffff);
73 trans->set_address(rnd.random(0, (int)(memSize-1)));
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc660 int rnd = random_mt.random<int>() % local
662 FilterEntry &frand = threadData[tid]->filterTable[rnd];

Completed in 8 milliseconds