public final class XORShiftRandomUtils
extends java.lang.Object
A not-cryptographically-strong but decent and very fast
pseudorandom number generator. Algorithm can be inlined easily
for speed.
Algorithm taken from...
http://javamex.com/tutorials/random_numbers/xorshift.shtml