public class Xorshift128PlusRandom extends Random
Random that implements the Xorshift 128 Plus random
number generator.
https://en.wikipedia.org/wiki/Xorshift| Constructor and Description |
|---|
Xorshift128PlusRandom() |
Xorshift128PlusRandom(long[] seed) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
next(int bits) |
long |
nextLong() |
Copyright © 2019. All rights reserved.