RANDOM NUMBER generation

Status
Not open for further replies.

vinodh475

Newbie level 5
Joined
Sep 24, 2012
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,349
i have written verilog code for RANDOM NUMBER generation and it is generating list of random numbers(around more than 1000 and i can increase this number also). but i want to check the quality of random numbers that i have generated . can u please send me any algorithm to check quality of the RANDOM NUMBERS

thanks in advance
 

System Verilog provides simple random feature.
Random is good, if you could resimulate with the same random number suit, in case a issue occurs and you want to debug.
 

generating truly random numbers can be difficult - some folks resort to using already proven random number tables. In the past, I found the extremes - near 0 and near 1 - to be under-represented. Tried to patch-up it up but the computation time become an issue
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…