Update rcore.c
This commit is contained in:
parent
2d1b211920
commit
32e4be6fb9
1 changed files with 1 additions and 1 deletions
|
@ -1712,7 +1712,7 @@ int *LoadRandomSequence(unsigned int count, int min, int max)
|
||||||
int *values = NULL;
|
int *values = NULL;
|
||||||
|
|
||||||
#if defined(SUPPORT_RPRAND_GENERATOR)
|
#if defined(SUPPORT_RPRAND_GENERATOR)
|
||||||
rprand_load_sequence(count, min, max);
|
values = rprand_load_sequence(count, min, max);
|
||||||
#else
|
#else
|
||||||
if (count > (abs(max - min) + 1)) return values;
|
if (count > (abs(max - min) + 1)) return values;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue