|
|
|
|
|
by senderista
398 days ago
|
|
This dilemma is of course trivially solvable by persisting a (presumably randomly generated) RNG seed with each test run. You just have to ensure that your RNG is configured once with the seed at the beginning of each test run. |
|