public static int uniqueValue() { int time = (int) (Jimm.getCurrentGmtTime() & 0x7FFF); return (time << 16) | (rand.nextInt() & 0xFFFF); }
public static int nextRandInt() { return Math.abs(Math.max(Integer.MIN_VALUE + 1, rand.nextInt())); }