What is terrain generation? Terrain generation is a way to generate worlds in game, or to just save hard drive space. Of course, the trade off is processing power.So, are problem is:

What is the fastest way to generate terrain?

Hypothesis: If the method does not use Java's built in Random class, then it will be faster.

Experiment: I made my own program.
.jar
Source

Conclusion: I was wrong.



Leave a Reply.