GetRandomValue

Get a random value between min and max (both included)

version(BindRaylib_Static)
extern (C) @nogc nothrow
int
GetRandomValue
(
int min
,
int max
)

Meta