summaryrefslogtreecommitdiff
path: root/source/base/base_rand.h
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-04-19 18:38:22 +0200
committernasr <nsrddyn@gmail.com>2026-04-19 18:38:22 +0200
commit36dc1f859a13e428c441fc8f4f35550fe12ed72f (patch)
treee8a98a43ccbd8b989427dc529dbdf37b2f942f9a /source/base/base_rand.h
parent078e21a1feb811f9ef7797ce3ee5d2e8ffcccfce (diff)
feature(base): refactored the base library. removed some files etc and did stuff
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{