public class Xoroshiro128PlusRandom extends Random
Constructor and Description |
---|
Xoroshiro128PlusRandom(long seed) |
Modifier and Type | Method and Description |
---|---|
protected int |
next(int bits) |
boolean |
nextBoolean() |
void |
nextBytes(byte[] bytes) |
double |
nextDouble() |
float |
nextFloat() |
double |
nextGaussian() |
int |
nextInt() |
int |
nextInt(int n) |
long |
nextLong() |
void |
setSeed(long seed) |
public boolean nextBoolean()
nextBoolean
in class Random
public double nextDouble()
nextDouble
in class Random
public double nextGaussian()
nextGaussian
in class Random
Copyright © 2011–2021 Carrot Search s.c.. All rights reserved.