Every time you do a Diffie-Hellman key exchange you need to generate a random number. Which includes any time you open an https connection.
A busy webserver does this much more often than it can easily generate entropy for. So you have to take shortcuts. That's where a pseudo-random number generator comes in.
A busy webserver does this much more often than it can easily generate entropy for. So you have to take shortcuts. That's where a pseudo-random number generator comes in.