|
HighMap library (C++)
|
Namespaces | |
| namespace | hmap |
Functions | |
| float | hmap::splitmix64_to_unit_float (unsigned int seed, size_t k) |
| Generates a deterministic uniform float in [0,1) using a SplitMix64-style hash. | |
| float | hmap::fast_hash32_to_unit_float (unsigned int seed, size_t k) |
| Generates a fast deterministic uniform float in [0,1) using a 32-bit hash. | |