This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
c
/
odin-lang.Odin
同期ミラー
https://github.com/odin-lang/Odin
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Fix rand.int_max comment
Jeroen van Rijn
3 ヶ月 前
親
ef6156aea5
コミット
8597966a9f
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
core/math/rand/rand.odin
+ 1
- 1
core/math/rand/rand.odin
ファイルの表示
@@ -350,7 +350,7 @@ Example:
Possible Output:
6
-
500
+
13
*/
@(require_results)