Yes, you seem to have a good point. My bad. On Mon, Aug 29, 2011 at 12:50 AM, Ted Dunning <ted.dunn...@gmail.com> wrote:
> Why? > > Isn't that what casting as an (int) does? > > On Sun, Aug 28, 2011 at 10:17 PM, Greg Sterijevski > <gsterijev...@gmail.com>wrote: > > > While probably not a big deal, shouldn't the initial element in the array > > mt > > be 'anded' by 0xffffffffL? > > > > mt[0]= (int) longMT & 0xffffffffL; > > >