Array randomization

In reply to dave_59:

Hi Dave ,

What does the int’() cast do in your sample code ?

Normally when we use it in sum() it casts size of item to be 32 bits but in this case we use ::
item == max .

Won’t it automatically append bits to the smaller one ? ( In case item && max are unequal size ) thereby making the int’() unnecessary ?

Thanks .