Period of System.Random

  • Thread starter Thread starter Cory
  • Start date Start date
C

Cory

I have been searching to try to find the period of the System.Random class's
Next methods to be certain that it is adequate in a statistical analysis
application I am writing. However, I have not been able to find any
concrete answer to this question. Does anybody have this information?
 
Get Lutz Roeder's .NET Reflector, it's free. Use it to decompile
System.Random.Next() to see its implementation.

-Oleg.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top