This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix rand.int_max comment
Jeroen van Rijn
3 months ago
parent
ef6156aea5
commit
8597966a9f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
core/math/rand/rand.odin
+ 1
- 1
core/math/rand/rand.odin
View File
@@ -350,7 +350,7 @@ Example:
Possible Output:
6
-
500
+
13
*/
@(require_results)