Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8272561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:09:49+00:00 2026-06-08T07:09:49+00:00

Does every CPU return the same random sequence based on the same seed if

  • 0

Does every CPU return the same random sequence based on the same seed if my application targets .NET framework 3.5? I am checking if you get the same result as me. I am also hoping that everyone who I distribute my application to will get the same result. Thanks!

Random a = new Random(44448);
int i1 = a.Next(65, 90);
MessageBox.Show(i1.ToString());
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T07:09:51+00:00Added an answer on June 8, 2026 at 7:09 am

    For a specific framework version your program should give the same result each time you run it, because of the fixed seed.

    But it can give different results on different versions of the .NET framework.

    For example, on .NET 4.0 I get 77. But putting the code into ideone (which uses Mono) gives 67.

    The reason for this difference is because the precise algorithm used by Random is not part of the specification. The documentation has this information about the algorithm:

    The current implementation of the Random class is based on a modified version of Donald E. Knuth’s subtractive random number generator algorithm. For more information, see D. E. Knuth. “The Art of Computer Programming, volume 2: Seminumerical Algorithms”. Addison-Wesley, Reading, MA, second edition, 1981.

    …

    The implementation of the random number generator in the Random class is not guaranteed to remain the same across major versions of the .NET Framework. As a result, your application code should not assume that the same seed will result in the same pseudo-random sequence in different versions of the .NET Framework.

    Emphasis mine. There are no guarantees that future implementations will use the same algorithm.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In ASP.NET, does every HttpRequest get its own thread? Update - To clarify, I'm
On large-scale Java/.Net Enterprise projects, does every developer need to have all the components/libraries/dependencies
We have a bug in our application that does not occur every time and
Does every j2me enabled mobile have GPS service so that the developer can locate
Why does every time I do mvn jetty:run, maven tries to download some dependencies
Why does every row have a red background when I'm using nth-child(odd) ? <div
Can someone elaborate how this function works? Does it load every time from disk
Does websites created by Flex Builder works on every browsers that use Flash ?
Does len(list) calculate the length of the list every time it is called, or
Hi every one I am getting the following error: The name 'ConfigurationManager' does not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.