pub fn u32() -> Result<u32, Error>
Get random u32 from the system’s preferred random number source.
u32
let rng_seed = getrandom::u32()?;