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