> "This does not block." > -- https://doc.rust-lang.org/rand/rand/os/struct.OsRng.html `getrandom` is used if it's available. `getrandom` can block during early boot. Relevant Python PEP https://www.python.org/dev/peps/pep-0524/