Function macroquad::rand::srand[][src]

pub fn srand(seed: u64)
Expand description

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