From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: suicidal kfs, again MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010429201129.7FB4F199C1@mail.cse.psu.edu> Date: Sun, 29 Apr 2001 16:11:27 -0400 Topicbox-Message-UUID: 9680b52a-eac9-11e9-9e20-41e7f4b1d025 Yes, fastrand uses truerand to seed itself, which in turn uses /dev/random. All the system load I saw was genrandom trying to keep the random bit bucket filled. Russ