Преглед изворни кода

Update rprand.h

pull/3957/head
Ray пре 9 месеци
родитељ
комит
c21edadab0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +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)
{

Loading…
Откажи
Сачувај