Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91367 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3834 invoked from network); 24 Feb 2016 00:57:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2016 00:57:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=fsb@thefsb.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=fsb@thefsb.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain thefsb.org designates 173.203.187.99 as permitted sender) X-PHP-List-Original-Sender: fsb@thefsb.org X-Host-Fingerprint: 173.203.187.99 smtp99.iad3a.emailsrvr.com Linux 2.6 Received: from [173.203.187.99] ([173.203.187.99:41481] helo=smtp99.iad3a.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/D7-38634-F000DC65 for ; Tue, 23 Feb 2016 19:57:52 -0500 Received: from smtp29.relay.iad3a.emailsrvr.com (localhost.localdomain [127.0.0.1]) by smtp29.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id 9501C3802AD; Tue, 23 Feb 2016 19:57:49 -0500 (EST) X-Auth-ID: fsb@thefsb.org Received: by smtp29.relay.iad3a.emailsrvr.com (Authenticated sender: fsb-AT-thefsb.org) with ESMTPSA id 78F943802A0; Tue, 23 Feb 2016 19:57:47 -0500 (EST) X-Sender-Id: fsb@thefsb.org Received: from yossy.local (c-66-30-62-12.hsd1.ma.comcast.net [66.30.62.12]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA) by 0.0.0.0:587 (trex/5.5.4); Tue, 23 Feb 2016 19:57:49 -0500 To: Yasuo Ohgaki References: Cc: "internals@lists.php.net" Message-ID: <56CD0000.1000502@thefsb.org> Date: Tue, 23 Feb 2016 19:57:36 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PRNG: Raise warning and/or provide better pseudorandom generator? From: fsb@thefsb.org (Tom Worster) On 2/23/16 7:13 PM, Yasuo Ohgaki wrote: >> >http://www.pcg-random.org/ > It's simple and supports 64bit int out of the box. > Looks great! PSG is very interesting. But it's new and hasn't been peer reviewed yet. It's in the "experimental" stage while others are more "well known". xorshift+ seems fairly popular. Tom