From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/67 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Completeness status of musl Date: Tue, 21 Jun 2011 03:46:40 +0200 Message-ID: <20110621014640.GL27421@port70.net> References: <20110528234156.GA277@brightrain.aerifal.cx> <4DE271F8.8030107@int3.at> <4DE277DF.3020605@int3.at> <4DE28333.9040900@int3.at> <20110529180854.GC6142@port70.net> <20110530103009.GE6142@port70.net> <20110530154741.GB277@brightrain.aerifal.cx> <20110530172735.GF6142@port70.net> <20110608235810.GJ191@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1308620828 12131 80.91.229.12 (21 Jun 2011 01:47:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 01:47:08 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-151-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jun 21 03:47:04 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QYq3T-00030a-Cq for gllmg-musl@lo.gmane.org; Tue, 21 Jun 2011 03:47:03 +0200 Original-Received: (qmail 32340 invoked by uid 550); 21 Jun 2011 01:47:02 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 32332 invoked from network); 21 Jun 2011 01:47:02 -0000 Content-Disposition: inline In-Reply-To: <20110608235810.GJ191@brightrain.aerifal.cx> User-Agent: Mutt/1.5.20 (2009-06-14) Xref: news.gmane.org gmane.linux.lib.musl.general:67 Archived-At: * Rich Felker [2011-06-08 19:58:10 -0400]: > > Importing external code, with major cleanups or rewrite: > - PRNG (random) i looked into this one these functions are rather useless imho the posix api definition is insane http://pubs.opengroup.org/onlinepubs/9699919799/functions/random.html i wrote something anyway see comments in the code: http://port70.net/~nsz/musl/prng