aboutsummaryrefslogtreecommitdiff
path: root/std/stdmath.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'std/stdmath.sloth')
-rw-r--r--std/stdmath.sloth2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/stdmath.sloth b/std/stdmath.sloth
index ebf9a7c..0f967eb 100644
--- a/std/stdmath.sloth
+++ b/std/stdmath.sloth
@@ -1,4 +1,4 @@
-foreign fn rand() Int;
+foreign fn randGen(min: Int, max: Int) Int;
fn abs(x: Int) Int {
if x < 0 {