I'm trying to simulate noise in my circuit, and ideally want to get a histogram of a certain parameter affected by that noise over many runs. However, when I use the white() command in LTspice, or variations of rand(), I get the same result from run-to-run. Is there a way to randomize the seed so that I get different white noise every iteration?
Thanks!