| public Random |
| fork() |
| method_38420() |
| split() |
|
| public RandomSplitter |
| forkPositional() |
| method_38421() |
| nextSplitter() |
|
| public void |
| setSeed(long seed) |
| method_43052(long arg0) |
| setSeed(long arg0) |
|
| public int |
| nextInt() |
| method_43054() |
| nextInt() |
|
| public int |
| nextInt(int bound) |
| method_43048(int arg0) |
| nextInt(int arg0) |
|
| public long |
| nextLong() |
| method_43055() |
| nextLong() |
|
| public boolean |
| nextBoolean() |
| method_43056() |
| nextBoolean() |
|
| public float |
| nextFloat() |
| method_43057() |
| nextFloat() |
|
| public double |
| nextDouble() |
| method_43058() |
| nextDouble() |
|
| public double |
| nextGaussian() |
| method_43059() |
| nextGaussian() |
|
| public void |
| consumeCount(int rounds) |
| method_33650(int arg0) |
| skip(int arg0) |
|
| private long |
| nextBits(int bits) |
| method_39008(int arg0) |
| next(int bits) |
|
| private static Xoroshiro128PlusPlusRandomImpl |
|
| private static Xoroshiro128PlusPlusRandom |
|