public class XorShiftRandom
extends java.util.Random
XorShift pseudo random number generator. This class is not thread-safe and should be
used from a single thread only.
See Also:
"http://en.wikipedia.org/wiki/Xorshift",
"http://www.jstatsoft.org/v08/i14/paper",
"http://www.javamex.com/tutorials/random_numbers/xorshift.shtml",
Serialized Form