System.Random class algorithm bug is reported about 5 years ago at Connect site.
and bugfix is postponed by concerning existing app compatibility issue.
https://connect.microsoft.com/VisualStudio/feedback/details/634761/system-random-serious-bug
Current MSDN document explicitly stated at "Notes to Callers" sections
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.
https://msdn.microsoft.com/en-us/library/system.random(v=vs.110).aspx
This statement seems to be added March 2011 (by .NET 3.5 document Change History)
and abount 5 years have passed since then.
Is there any plan to fix this issue? (or add new Random provider/interface)
System.Random class algorithm bug is reported about 5 years ago at Connect site.
and bugfix is postponed by concerning existing app compatibility issue.
https://connect.microsoft.com/VisualStudio/feedback/details/634761/system-random-serious-bug
Current MSDN document explicitly stated at "Notes to Callers" sections
https://msdn.microsoft.com/en-us/library/system.random(v=vs.110).aspx
This statement seems to be added March 2011 (by .NET 3.5 document Change History)
and abount 5 years have passed since then.
Is there any plan to fix this issue? (or add new Random provider/interface)