Possible to initialize random seeds randomly?

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

Hi Christian.
The random seed numbers will have to be generated outside the testbench and passed on to the testbench using generics.

Best regards,
Marius