From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2700 Path: news.gmane.org!not-for-mail From: Hardy Falk Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Add support for mkostemp, mkstemps and mkostemps Date: Wed, 30 Jan 2013 08:59:51 +0100 Message-ID: <5108D2F7.3050207@qomboo.com> References: <1359349583-3643-1-git-send-email-basile@opensource.dyc.edu> <20130128093755.GI10600@port70.net> <5108583B.4080002@opensource.dyc.edu> <20130130072108.GN20323@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1359532816 11769 80.91.229.3 (30 Jan 2013 08:00:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jan 2013 08:00:16 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2701-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 30 09:00:34 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1U0Sau-00051b-9w for gllmg-musl@plane.gmane.org; Wed, 30 Jan 2013 09:00:32 +0100 Original-Received: (qmail 32615 invoked by uid 550); 30 Jan 2013 08:00:06 -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 32583 invoked from network); 30 Jan 2013 08:00:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qomboo.com; s=google; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=lcGFRGCYLc4vqrBe4GWTGSYlKguFh7ymKJ8MkpVyd6M=; b=boc/oeNqT/LpNJoV0dT2jy7AIqsepIFgtPolURAg4YPaeSphs5gT6IWHkQo3sZbJOx AoJQf3eXju1bvfxrx5UwFvkS1Lt89+0zxrbMB2dyv0PLWX5yyvdS5de0xx+6m1+jLfmo 6iNFhWMf5DZ6QOWmVnzYgGqkBmBN2sRoLXL/E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=lcGFRGCYLc4vqrBe4GWTGSYlKguFh7ymKJ8MkpVyd6M=; b=Ro3kViCEFzjIBQCBpHN+GICDwX1ou7xZ6sLbUuHJ5gD43U6Pq8jnCQlDX4DmfUriL0 XknTU4t8ng5qBvTUybmvxIxXsDe/8kW6qR5tna1If1wjZ7JV1zEY8sG0Ev30kQ36fEcy XhWEO9TvPY7KaXutdGOqA1gEGVuEfV+IZPku1zljadV06/E9+rpfGNPbTWoOQezslyIq lNl2qQOQvDzxjyE3pbZktR1lcrFtyJ8cIZv5y3Pzpsp4h382Hqz84vUh8m6ytbKAggji EcvdRNkbvNklQEQNgIhiBnKf19Xp6YGJVGeaVCmyW3iSUbuit37CLJuzGLXXqEUj/MWG 06yQ== X-Received: by 10.14.215.194 with SMTP id e42mr12333851eep.32.1359532793212; Tue, 29 Jan 2013 23:59:53 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 In-Reply-To: <20130130072108.GN20323@brightrain.aerifal.cx> X-Gm-Message-State: ALoCoQmxOrWmZKktQKZosOuGfSXIuTvcCqvZfjh1F/Njsd3awXJGNEhoK4IE7wBieFL0hGsyPJZp Xref: news.gmane.org gmane.linux.lib.musl.general:2700 Archived-At: Am 30.01.2013 08:21, schrieb Rich Felker: > On Tue, Jan 29, 2013 at 06:16:11PM -0500, Anthony G. Basile wrote: >> >Hi Szabolcs, >> > >> >Thanks for the feedback. All these improvements are easy to >> >implement, but the random name generator definitely needs a better >> >algorithm. I just adopted what was already there, but its not good >> >enough. >> > You should try "shr3" by George Marsaglia (rip) https://groups.google.com/forum/?fromgroups=#!msg/sci.math/k3kVM8KwR-s/jxPdZl8XWZkJ Thank you for your great work!