We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get a random value between min and max included
// Roll a six-sided die roll = raylib.GetRandomValue(1, 6) print "You rolled: " + roll
There was an error while loading. Please reload this page.