How can I retrieve the randomly selected seed value if I write the following?
var randomNumberGenerator = new Random();
I looked at the suggested answers and they do not explain how to get the seed that .Net chose.
How can I retrieve the randomly selected seed value if I write the following?
var randomNumberGenerator = new Random();
I looked at the suggested answers and they do not explain how to get the seed that .Net chose.