Comment on World's smallest particle accelerator is 54 million times smaller than the Large Hadron Collider, and it works

<- View Parent
e0qdk@kbin.social ⁨1⁩ ⁨year⁩ ago

There's already hardware RNGs on computer chips -- e.g. the RDRAND instruction on most x86 chips from the last decade or so uses a hardware entropy source as part of its behavior. The quality, of course, is one of those things people go "Uh, can I really trust this...?" about though.

Additionally, PRNGs still have uses even if you do trust hardware RNGs; determinism is a very useful property in software -- it is way, way easier to debug something deterministic (by running a PRNG with a specific seed over and over while testing) even if you want the final version to be randomized unpredictably for users. They also tend to be faster.

source
Sort:hotnewtop