7 ms·
users should never have assumed it would be stable in the first place. It's not an assumption. It's directly in the documentation. "If the same seed is used
by dsp1234 8y ago
users should never have assumed it would be stable in the first place.
It's not an assumption. It's directly in the documentation.
"If the same seed is used for separate Random objects, they will generate the same series of random numbers."[0]
[0] - https://docs.microsoft.com/en-us/dotnet/api/system.random https://docs.microsoft.com/en-us/dotnet/api/system.random
- iainmerrick 8y agoRead just a little further: “However, note that Random objects in processes running under different versions of the .NET Framework may return different series of random numbers even if they're instantiated with identical seed values.”