Does any have an algorithm for creating infinite terrain/landscape/surface?
Constraints
- The algorithm should start by a random seed
- The algorithm should be one to one, (the same seed gives the same result)
- Other input parameter are allowed as long as 2 is fulfilled
- The algorithm may output a 2d map
- It suppose to create only surface with varying height (mountains), not three, ocean etc.
- I’m looking for an algorithm and not a software.
- It should be fast
None of other related questions in here answers this question. If anything is unclear please let me know!