From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH] improve randomness in rand64() Date: Fri, 19 Jul 2013 20:30:02 -0400 Message-ID: <20130720003002.GA31116@redhat.com> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: trinity-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andy Honig Cc: trinity@vger.kernel.org On Fri, Jul 19, 2013 at 02:39:15PM -0700, Andy Honig wrote: > Commit 6112813df53ce6762f5c8de1d4382d67f9f2f769 introduced > code to occasionally invert the valuerand64(). However the code > mistakenly zeroed the value instead by xoring it with itself. Well that's just embaressing. thanks, applied. Dave