Why does Fedora save a random seed?

1

When I shut down Fedora12 I get a statement like this

saving random seed ...                     [OK]

Why does it save this random seed? What is it used for?

Lazer

Posted 2010-07-28T08:22:47.373

Reputation: 13 841

Answers

5

I'm guessing so that the system would be able to generate better random numbers the next time it boots up.
Normally the entropy of the random numbers depends on how long the system has been running. If the system saves a random seed from the previous session, it can continue on that.

Kenny Rasschaert

Posted 2010-07-28T08:22:47.373

Reputation: 992

1

Check out the last paragraph in http://en.wikipedia.org/wiki//dev/random#Linux

– trolle3000 – 2010-07-28T09:34:27.763