Hacker News new | ask | show | jobs
by fault1 1630 days ago
I think you are talking about a psuedo-rng.
1 comments

Basically every RNG you interact with on general purpose computers is a pseudo random number generator. The kernel RNG being discussed here is a CSPRNG, as was the one it replaced.