pub fn get_strong_rand_bytes(buf: &mut [u8], num: i32)
Expand description

| Gather entropy from various sources, | feed it into the internal PRNG, and generate | random data using it. | | This function will cause failure whenever | the OS RNG fails. | | Thread-safe. |