This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
Update rprand.h
pull/3957/head
Ray
пре 9 месеци
родитељ
763129e96b
комит
c21edadab0
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
{
Write
Preview
Loading…
Откажи
Сачувај