ByChance.Core.Random2.Random2 C# (CSharp) Method

Random2() public method

Constructs a new random number generator with the current system time as seed.
public Random2 ( ) : System
return System
        public Random2()
            : this(DateTime.Now.Ticks)
        {
        }

Same methods

Random2::Random2 ( long seed ) : System