about summary refs log tree commit diff stats
path: root/068random.mu
diff options
context:
space:
mode:
Diffstat (limited to '068random.mu')
-rw-r--r--068random.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/068random.mu b/068random.mu
index 8de6630f..f13df4f2 100644
--- a/068random.mu
+++ b/068random.mu
@@ -54,6 +54,7 @@ scenario random-numbers-in-scenario [
   ]
 ]
 
+# generate a random integer in the semi-open interval [start, end)
 def random-in-range generator:&:stream:num, start:num, end:num -> result:num, fail?:bool, generator:&:stream:num [
   local-scope
   load-ingredients