Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
The random generator is a pseudorandom generator.
Following excerpt is from the veriloga language manual.
For each system function, the seed parameter is an in-out parameter; that is, a value is
passed to the function and a different value is returned. The system functions will always
return the same value given the same seed. This facilitates debugging by making the
operation of the system repeatable. The argument for the seed parameter should be an
integer variable that is initialized by the user and only updated by the system function.
This will ensure that the desired distribution is achieved.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.