Skip to main content

set_seed_raw

Function set_seed_raw 

Source
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.