diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-13 10:59:05 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-13 11:00:28 +0100 |
| commit | 7c6bb686871a5fed3eb9623ac8121dc4a60048bd (patch) | |
| tree | 403fc28061ced4929d8d8b747dcd9a790d8bfa35 /src/haversine/haversine_random.h | |
| parent | ce38d72eb8d607a30d332a85c837834bffb0b8fd (diff) | |
checkpoint
Diffstat (limited to 'src/haversine/haversine_random.h')
| -rw-r--r-- | src/haversine/haversine_random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haversine/haversine_random.h b/src/haversine/haversine_random.h index a9ec221..e80df7d 100644 --- a/src/haversine/haversine_random.h +++ b/src/haversine/haversine_random.h @@ -34,7 +34,7 @@ RandomF64(pcg64_random_t *RNG) { s32 Exponent = -64; u64 Significand; - umm Shift; + s32 Shift; /* * Read zeros into the exponent until we hit a one; the rest |
