Anyone familiar with the Diamond - Square algorithm?

Isn’t Diamond-Square supposed to operate on powers-of-two plus 1 in both x and y dimensions? Neither the initial 14 nor the 15 after adding and additional row to make the initial size odd are valid inputs for the algorithm. But e.g. 17 would be valid as 2^4 + 1

1 Like