aboutsummaryrefslogtreecommitdiff
path: root/game/Random.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 11:59:51 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 11:59:51 +0100
commit46c2cbdcbe5e7dbc4d86a5d43b3bd7275b7a1c33 (patch)
tree31491ac6bfd880890861f1583547ff2eba3ba715 /game/Random.h
parent06d41eb2d58de21a8340ca59952b96cabc8caee6 (diff)
WIP
Diffstat (limited to 'game/Random.h')
-rw-r--r--game/Random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/Random.h b/game/Random.h
index cf05e87..8db616c 100644
--- a/game/Random.h
+++ b/game/Random.h
@@ -6,6 +6,7 @@ public:
static double d(double upper = 1.0, double lower = 0.0);
static int i(int upper, int lower = 0);
static unsigned u(unsigned upper, unsigned lower = 0);
+ static bool b();
};