aboutsummaryrefslogtreecommitdiff
path: root/core/math
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-05-28 11:50:24 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-05-28 11:50:24 +0200
commit8597966a9f8b276cd55a8c9e8a60c9a2ff4555fc (patch)
tree7e9656b5521f3b86768e77f86b364ae0fa4ac9b7 /core/math
parentef6156aea55d54e426bf60b1d4cb34782ebee492 (diff)
Fix rand.int_max comment
Diffstat (limited to 'core/math')
-rw-r--r--core/math/rand/rand.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/rand/rand.odin b/core/math/rand/rand.odin
index 56208931f..ece864f35 100644
--- a/core/math/rand/rand.odin
+++ b/core/math/rand/rand.odin
@@ -350,7 +350,7 @@ Example:
Possible Output:
6
- 500
+ 13
*/
@(require_results)