pub fn fast_srand(seed: i32)
Sets the seed for the fast random number generator.
seed
i32
cgl_rs::utils::fast_srand(42);