Rust noise generation functions
The noise functions are mostly based on guides / code written by Inigo Quilez (https://www.iquilezles.org/www/index.htm)
Uses murmur for hashing (https://github.com/aappleby/smhasher)
Rust noise generation functions
The noise functions are mostly based on guides / code written by Inigo Quilez (https://www.iquilezles.org/www/index.htm)
Uses murmur for hashing (https://github.com/aappleby/smhasher)