Generating Random Numbers in Rust using Ring
Ring is one of the most popular Rust cryptography libraries and it provides a way to securely generate random numbers by using the ring::rand module. In this post I will show you how to generate random numbers correctly using the types provided by Ring. PRNGs vs CSPRNGs Computers are deterministic… Read More »Generating Random Numbers in Rust using Ring