How to change the probability distribution of SystemVerilog random variables?
Posted
by krupan
on Stack Overflow
See other posts from Stack Overflow
or by krupan
Published on 2010-05-18T20:59:26Z
Indexed on
2010/05/18
21:00 UTC
Read the original article
Hit count: 435
system-verilog
This is for SystemVerilog. I know you can specify weights for values, or ranges of values, in the set of values that a random variable chooses from, but what if you want a nice Gaussian distribution? How do you write that kind of constraint?
© Stack Overflow or respective owner