PeterO.RandomGenerator.RandomGenerator C# (CSharp) Method

RandomGenerator() public method

Initializes a new instance of the RandomGenerator class.
public RandomGenerator ( ) : System
return System
        public RandomGenerator()
            : this(new XorShift128Plus())
        {
        }

Same methods

RandomGenerator::RandomGenerator ( IRandomGen valueIrg ) : System