Browse Source

Fix rand.int_max comment

Jeroen van Rijn 3 months ago
parent
commit
8597966a9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/math/rand/rand.odin

+ 1 - 1
core/math/rand/rand.odin

@@ -350,7 +350,7 @@ Example:
 Possible Output:
 
 	6
-	500
+	13
 
 */
 @(require_results)