The following implementation of Skip32 for java produces signed int(Skip32 impementation).
Is there way to modify it so that only positive numbers are generated ?
Or can one use the absolute value of the int generated(without worrying about duplicity ) ?