Handbook
Glossary
set-random-seed ( seed -- )
Vocabulary
raylib
Inputs
seed
an
uint
Outputs
None
Word description
Set the seed for the random number generator
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-random-seed
void
SetRandomSeed (
uint
seed )