10 generating the terrain may be harder than I hoped it would be.....
I found a crate that implements various kinds of noise algorithms. I was hoping I could just use those as if but clearly, I can't.
For those interested, the crate that I use is https://docs.rs/noise/0.5.1/noise/#structs
and...