CC#•Created by Dinosaure on 10/8/2024 in #help ✅ random current value?
Hello, I'm using a naïve Random generator, and I'd want to display the current seed used, in the hope to replicate the current state for some later replay.
How can I achieve that, apart from having a second Random seeding its .Next()
int to the actual Random?