Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72850 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15440 invoked from network); 27 Feb 2014 22:34:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2014 22:34:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:60611] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/53-33117-D6DBF035 for ; Thu, 27 Feb 2014 17:34:22 -0500 Received: by mail-qc0-f170.google.com with SMTP id c9so4103549qcz.15 for ; Thu, 27 Feb 2014 14:34:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ya6eLqbDeU82mfOdBDUsWMV7KskMYZS7bBB6/68Uaek=; b=V+WZ4bz3dnKtpovfx3GJVxk+yuZ8md10INx+bM5ytZsC64Ge0/8KMmEfIfv/RgY0Ii /TQVWpD+OhE4lxPyDa3wURQNnDSkK8M/HBydJdfIuqL+O5TV9B8LdBgh0Dtsc219w8p+ U1sKsSX70kqE5C1xj+01020Pd/d+yYbWwM7XTway/cqCcOOueIM1O51Q9JZjKVKSR4we stk0B/Irfc6Kpw9TDuzynMZNTXw9SxIF2QZkLE/sqT0feeUQYd+UTpm1mD08H9gA6Kmb SNtoGx/rg/HQDMlu3Ohdbg22eTi0GADzT6IOaVOSO0g7Xn7/i7ImmEhe7njgsys3j5vb P6Tw== MIME-Version: 1.0 X-Received: by 10.224.69.199 with SMTP id a7mr17715270qaj.18.1393540459057; Thu, 27 Feb 2014 14:34:19 -0800 (PST) Received: by 10.140.18.145 with HTTP; Thu, 27 Feb 2014 14:34:18 -0800 (PST) Received: by 10.140.18.145 with HTTP; Thu, 27 Feb 2014 14:34:18 -0800 (PST) In-Reply-To: References: Date: Thu, 27 Feb 2014 23:34:18 +0100 Message-ID: To: =?UTF-8?Q?P=C3=A1draic_Brady?= Cc: =?UTF-8?Q?Rouven_We=C3=9Fling?= , PHP internals Content-Type: multipart/alternative; boundary=001a11c2b3900ada7f04f36aec66 Subject: Re: [PHP-DEV] [PHP6] Merging rand and mt_rand() From: pierre.php@gmail.com (Pierre Joye) --001a11c2b3900ada7f04f36aec66 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Feb 27, 2014 11:30 PM, "P=C3=A1draic Brady" wr= ote: L > Anthony's library is quite good for cases where getting a decent > crypto safe random value isn't possible, but it's really something of > a last resort and the thing that makes it decent is the algorithm for > mixing entropy sources. I was referring to the APIs not the implementation :) --001a11c2b3900ada7f04f36aec66--