From 8597966a9f8b276cd55a8c9e8a60c9a2ff4555fc Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Wed, 28 May 2025 11:50:24 +0200 Subject: Fix rand.int_max comment --- core/math/rand/rand.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3