このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Update rprand.h
pull/3957/head
Ray
9ヶ月前
親
763129e96b
コミット
c21edadab0
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/external/rprand.h
+ 1
- 1
src/external/rprand.h
ファイルの表示
@ -202,7 +202,7 @@ int *rprand_load_sequence(unsigned int count, int min, int max)
{
value
=
(
(
unsigned
int
)
rprand_xoshiro
(
)
%
(
abs
(
max
-
min
)
+
1
)
)
+
min
;
for
(
int
j
=
0
;
j
<
i
;
j
+
+
)
for
(
unsigned
int
j
=
0
;
j
<
i
;
j
+
+
)
{
if
(
sequence
[
j
]
=
=
value
)
{
書き込み
プレビュー
読み込み中…
キャンセル
保存