Hi

Im converting some c++ code to vb ( basically i dont know c++ well enough to do it in c++ )

and ive come to this line

x = (x<<13) ^ x;

where x is a 32bit integer ( long in vb )

Does anybody know how to convert this into a vb statement?

Thanks.