Handbook
Glossary
load-random-sequence ( count min max -- int* )
Vocabulary
raylib
Inputs
count
an
uint
min
an
int
max
an
int
Outputs
int*
a
pointer
to a
int
Word description
Load random values sequence, no values repeated
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-random-sequence
int*
LoadRandomSequence (
uint
count,
int
min,
int
max )