Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31484 invoked from network); 14 Jun 2016 18:46:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2016 18:46:24 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.51 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.215.51 mail-lf0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:33375] helo=mail-lf0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/B0-27860-FF050675 for ; Tue, 14 Jun 2016 14:46:24 -0400 Received: by mail-lf0-f51.google.com with SMTP id f6so89177688lfg.0 for ; Tue, 14 Jun 2016 11:46:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=E2okjBmXmOcCgkLzj6kmdfauzgXuxiHyx8p1WJhC8Zo=; b=bvTwBWELzEixQW0J/yq+/mTvtDhYvpm5r6GwO5SPnL3sVI0iZUilyzcglMu70Buuc5 1WLxcsKEsXeXXqTGE2q4RgooaWYSOtz3RoR8zXL1rL/oXpSn8/GP/GsLWoynLTXTsP19 wkMB36H3/SdI5RHQe5l/XWuUZWg/Oi39gs2wX6ZYTb/ABcPUlYKLBMNxeoxXG7VOf22o HFnrufE91HB4JtyD4DZkXyxMm6r4RZCYeumf+EoXbPP9aRBWgLVwPNmqXq1BMfVhnprc 95bhe6jaVoUCg3UkcThUY0R0CuYa7fSQO2CWVOjF8KIuoHNn9dqf8JxDd537LMMaa/vd wT1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=E2okjBmXmOcCgkLzj6kmdfauzgXuxiHyx8p1WJhC8Zo=; b=HcLWITiS8DdxCX7LDYVxBSrrJttEnZRuR1dL7uHy2dDYQ9kBKuEQEokKzaKetrjU7o cdziwu+GBwBNxQjdGbjqhKJB2uY5mjpWTNdYqoo/fIiaM9mqgcQVpGe01GVnF5H0w8Vl fFoRnIJ3yDYXMJZMN4TgMPQkx8Yl7MnHY1mpeVqp0MbCBsQ6n7BuemN/LUieR6dhrPfU Yu9kzUNjfAwFi2n+OYxhlCnCCkgIiAwsAB6GDmTVVfuhYvTO4wfpvcleicjw6DvJrZHg QjiH+6Wm7jVSXf2wpGXrrsiJ2d5Jk/Xegjs95nOarcj4U7KyjsJAVb0zDfcEKodW94Ok CBYg== X-Gm-Message-State: ALyK8tKq3tOvGBwn8tmrpUaAEJtNhFGw2yx7RU//Z3/m9Fnuk1wn0ZMy/egLZJxU8HoSgbAKbo4UBRqk/Nxoxw== X-Received: by 10.25.136.11 with SMTP id k11mr1877185lfd.134.1465929975536; Tue, 14 Jun 2016 11:46:15 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 14 Jun 2016 18:46:06 +0000 Message-ID: To: Christoph Becker , internals@lists.php.net Content-Type: multipart/alternative; boundary=001a113eb8fe7526e60535416b5f Subject: Re: [PHP-DEV] [RFC] RNG fixes From: leight@gmail.com (Leigh) --001a113eb8fe7526e60535416b5f Content-Type: text/plain; charset=UTF-8 On Tue, 14 Jun 2016 at 19:14 Christoph Becker wrote: > > In my opinion, we need at least one random function which yields > reproducible values. > > -- > Christoph M. Becker > Hi Christoph, Even with the proposed changes both functions will still be capable of reproducible sequences, just different sequences than before the changes. --001a113eb8fe7526e60535416b5f--