octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Random number generation quirk


From: Philipp Kutin
Subject: Re: Random number generation quirk
Date: Mon, 10 Mar 2014 23:47:25 +0100

On Mon, Mar 10, 2014 at 11:26 PM, Philipp Kutin <address@hidden> wrote:
> The problem is greatest
> where d(i) is twice the "base factor" 2^-32 -- this is the case for
> i==8, or an interval of [2^-9, 2^-8) which itself has an extent of
> 1/512.

It looks like the ability of doing basic arithmetic and sitting in
front of a computer screen exclude each other for me :-(. This should
be i==7 --> d(i)==2^-31, with an interval of [2^-8, 2^-7) and an
extent of 1/256. This is slightly annoying... maybe the patch could be
spun further and amended later on.

--Philipp


reply via email to

[Prev in Thread] Current Thread [Next in Thread]