pub fn set_seed_raw(seed: [u8; 32])Expand description
Sets up a deterministic, seeded ChaCha8 stream for the current thread.
Where possible, the higher level rng_set_scene should be used instead.
pub fn set_seed_raw(seed: [u8; 32])Sets up a deterministic, seeded ChaCha8 stream for the current thread.
Where possible, the higher level rng_set_scene should be used instead.