Skip to content

Fix System.Random algorithm bug #6203

Description

@altrive

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wanted[up-for-grabs] Good issue for external contributors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions