Random(staticSeed).Next() alternative that will never change implementation and is guaranteed consistent through versions [closed]
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 years ago . I'm looking for something similar like: new Random(staticSeed).Next() but where I'm assured that the implementation will always be consistent through different .NET framework versions. I'm specifically looking for something that: ...produces a sequence of numbers that meet