Re: Period of System.Random




Get Lutz Roeder's .NET Reflector, it's free. Use it to decompile
System.Random.Next() to see its implementation.

-Oleg.

"Cory" <burkhardt2.nospam@xxxxxxxxxxx> wrote in message
news:4KtUe.3113$I7.1206@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>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?
>



.



Relevant Pages

  • Re: how to protect code
    ... I would like to know if exist a way how to avoid tools like .NET reflector ... Being able to decompile assemblies can be useful for developers for finding ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Decompilation
    ... Lutz Roeder's .NET Reflector is cool indeed! ... I can see there is a class MyClass that contains a string MyString, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: avoid easy decompiling
    ... Using the .NET reflector tool, i know that a DLL or EXE developed in .NET ... I would like to know if exist a way how to avoid tools like .NET reflector ... to decompile your code or at least to avoid people to see clearly the code ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Font ctor throws exception, how?
    ... emSize, FontStyle style, GraphicsUnit unit, out IntPtr font); ... Lutz Roeder's .NET Reflector is a very good tool to have:) ...
    (microsoft.public.dotnet.framework.drawing)
  • Does preJIT protect the assemblies?
    ... Protection of intellectual property (Lutz Röder's .NET Reflector)? ... Discovering of hardcoded secrets? ...
    (microsoft.public.dotnet.security)