Silentor / InfluenceTerrainDemo

Some experiments with zone-based terrain generation
4 stars 2 forks source link

Add fast Mersenne twister PRNG to project #118

Closed Silentor closed 4 years ago

Silentor commented 5 years ago

http://codingha.us/2018/12/17/xorshift-fast-csharp-random-number-generator/ https://roman.st/Article/Faster-Marsaglia-Xorshift-pseudo-random-generator-in-unsafe-C Maybe some fluent api and distributions from https://ericlippert.com/2019/01/31/fixing-random-part-1/