Hi, is it possible to initialize the global random seeds randomly every time the test bench is run?
I am aware of the problems with having random seeds, due to the lack of reproducibility of bugs. Nevertheless, it would be a nice feature to have.
Right now the global seeds are initialized to the same value every time the test bench is run, resulting in the same sequence of random values.
Best,
Christian