Function macroquad::rand::srand

source ยท
pub fn srand(seed: u64)
Expand description

Seeds the pseudo-random number generator used by rand() with the value seed.