<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
My understanding is that /dev/random is truly random data gathered from
the keyboard, various interrupts, etc.&nbsp; It's usually not necessary to
read a lot of data from /dev/random -- typically a few bytes to seed a
random number generator.&nbsp; Further, the underlying device is not capable
of holding a large pool of data, so it must constantly be refreshed.<br>
<br>
/dev/urandom is a process which generates random data algorithmically,
and (likely) gets its initial seed from /dev/random.<br>
<br>
<br>
Jim Kinney wrote:
<blockquote
 cite="mid:437d2f230812051047v334226ecw7b5ad5a165f872f5@mail.gmail.com"
 type="cite">/dev/random and /dev/urandom?<br>
  <br>
/dev/random is very slow and on a newly installed machine `cat
/dev/random` does little. Same machine `cat /dev/urandom` fills the
screen quickly.<br>
  <br>
Is there a way to "add entropy" to get /dev/random to fill quicker?<br
 clear="all">
  <br>
-- <br>
-- <br>
James P. Kinney III &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Ale mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ale@ale.org">Ale@ale.org</a>
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Please update your address book with my new email address: <a class="moz-txt-link-abbreviated" href="mailto:Jeff.Woods@lexisnexis.com">Jeff.Woods@lexisnexis.com</a>

Jeff Woods
ChoicePoint, a LexisNexis company
Sr. Software Architect
W: 678-893-9406
M: 561-909-7177
</pre>
</body>
</html><HTML><BODY><P><hr size=1></P>
<P><STRONG>
The information contained in this e-mail message is intended only for the personal and confidential use of the recipient(s) named above. This message may be an attorney-client communication and/or work product and as such is privileged and confidential. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message.
</STRONG></P></BODY></HTML>