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; >