Function rust_raylib::ffi::GetRandomValue
source · pub unsafe extern "C" fn GetRandomValue(
min: c_int,
max: c_int
) -> c_int
Expand description
Get a random value between min and max (both included)
pub unsafe extern "C" fn GetRandomValue(
min: c_int,
max: c_int
) -> c_int
Get a random value between min and max (both included)