Function cgl_rs::utils::fast_srand

source ·
pub fn fast_srand(seed: i32)
Expand description

Sets the seed for the fast random number generator.

Arguments

  • seed - An i32 representing the seed value to set.

Example

cgl_rs::utils::fast_srand(42);