public class XSRandom extends Random
Constructor and Description |
---|
XSRandom() |
Modifier and Type | Method and Description |
---|---|
protected int |
next(int nbits)
Implementation of George Marsaglia's elegant Xorshift random generator
30% faster and better quality than the built-in
Random |
nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.