Date: Wed, 16 Feb 2000 08:51:14 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Dieter Buerssner cc: djgpp AT delorie DOT com Subject: Re: Uptime and entropy in DOS In-Reply-To: <88btpi$128uk$2@fu-berlin.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 15 Feb 2000, Dieter Buerssner wrote: > [I am not sure, what you mean by seed generator] `random's `initstate' function uses this simple RNG to prime its initial vector of random values. > There may be a misunderstanding here. If I am not mistaken, > your code is the classic (bad) implementation of rand() > in BSD unices, while Eli is referring to BSD random(). No, there's no misunderstanding: we were both talking about BSD `random' and its derivatives.