Returns a pseudo-random integer between 0 and 0x7FFFFFFF.
int rand() { return _rand.nextInt(0x7FFFFFFF); }