AccidentalNoise.CellularGenerator.CellularGenerator C# (CSharp) Method

CellularGenerator() public method

public CellularGenerator ( ) : System
return System
        public CellularGenerator()
        {
            this.seed = 10000;
        }
CellularGenerator