Zero-dependency random number generation in Rust
Random numbers are very interesting. It feels like magic that we can generate such unpredictable entropies from deterministic sources.
But how does this happen? Before jumping into the generation of random numbers in Rust, let's understand the process of random number generation and how true randomness could never be created without special hardware.
Source: Zero-dependency random number generation in Rust, an article by Orhun Parmaksız.