summaryrefslogtreecommitdiff
path: root/source/base/base_rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/base/base_rand.h')
-rw-r--r--source/base/base_rand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/base/base_rand.h b/source/base/base_rand.h
index bfdab0f..5a8668c 100644
--- a/source/base/base_rand.h
+++ b/source/base/base_rand.h
@@ -8,7 +8,8 @@
8 8
9#endif /* BASE_RAND_H */ 9#endif /* BASE_RAND_H */
10 10
11#ifdef BASE_RAND_IMPLEMENTATION 11#ifdef BASE_IMPLEMENTATION
12
12internal u64 13internal u64
13generate_random_u64(u64 constant) 14generate_random_u64(u64 constant)
14{ 15{