Rahul R KatarkiforCOPS IIT BHUblogs.copsiitbhu.co.in·Oct 9, 2024Random Numbers: Are They Truly Random?Imagine you are at a lottery shop and have to buy 1 ticket. The owner of the shop randomly picks a number between 1 to 1000 and the person with that ticket wins the lottery. Suppose he uses this following code to pick the random number. #include <std...Discuss·6 likes·201 readsProgramming Blogs
Jake Wickhamlaidbackhacker.hashnode.dev·Aug 21, 2022Using a Plasma Globe to generate random numbers 🔮This summer I undertook a project to investigate random number generation. I wanted to try and recreate Cloudflare's Lavarand using my own physical source of entropy. While looking around my room for inspiration I saw my plasma ball gathering dust o...Discuss·8 likes·126 readsCryptography