Subject: Re: replace kernel random number function
To: Steven M. Bellovin <smb@research.att.com>
From: None <itojun@iijlab.net>
List: tech-kern
Date: 10/23/2000 09:25:46
>Where will you get the seeds?  That's the really hard part.

	i thought of reseeding by rnd(4) random number device, like
	every N seconds.

>The right thing to do would be to port yarrow (see www.counterpane.com, 
>though I don't have the link available just now and I'm offline when 
>writing this).  Unfortunately, it's filled with lots of DLL-ish things.

	hmm, i'm sure we can strip DLL-ish part off.

itojun