diff options
| author | Wrath <wrathdoesthat@gmail.com> | 2025-12-22 16:10:51 -0500 |
|---|---|---|
| committer | Wrath <wrathdoesthat@gmail.com> | 2025-12-22 16:10:51 -0500 |
| commit | 7062f89bcd1d98275e4a1977207b1c7993c90f41 (patch) | |
| tree | b3743bd8ef7cb9de64626308ff93035bddd4b99b | |
| parent | b53ee3dba3f21bf5a22b9cf211ae49ff92b3e08b (diff) | |
core:math/rand small documentation fix
| -rw-r--r-- | core/math/rand/rand.odin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/math/rand/rand.odin b/core/math/rand/rand.odin index 41b066255..2ed2c9e70 100644 --- a/core/math/rand/rand.odin +++ b/core/math/rand/rand.odin @@ -260,7 +260,7 @@ Example: Possible Output: 6 - 500 + 13 */ @(require_results) @@ -301,7 +301,7 @@ Example: Possible Output: 6 - 500 + 13 */ @(require_results) @@ -342,7 +342,7 @@ Example: Possible Output: 6 - 500 + 13 */ @(require_results) |