Redzen.Numerics.XorShiftRandom.XorShiftRandom C# (CSharp) Method

XorShiftRandom() public method

Initialises a new instance using a seed generated from the class's static seed RNG.
public XorShiftRandom ( ) : System
return System
        public XorShiftRandom()
        {
            Reinitialise(__seedRng.NextInt());
        }

Same methods

XorShiftRandom::XorShiftRandom ( int seed ) : System