This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Fix rand.int_max comment
Jeroen van Rijn
3 tháng trước cách đây
mục cha
ef6156aea5
commit
8597966a9f
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
core/math/rand/rand.odin
+ 1
- 1
core/math/rand/rand.odin
Xem Tập Tin
@@ -350,7 +350,7 @@ Example:
Possible Output:
6
-
500
+
13
*/
@(require_results)