summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 6042e08..c45836a 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -48,6 +48,7 @@ namespace procgen {
void seed(uint32_t seed);
uint32_t next(void);
float next_float(void);
+ float next_float(float n, float p);
void unit_vec(float out[2]);
v2f_t unit_vec2(void);