public class XORWOW extends Random
Constructor and Description |
---|
XORWOW()
Creates a new PRNG with a random seed
|
XORWOW(long seed)
Creates a new PRNG
|
Modifier and Type | Method and Description |
---|---|
protected int |
next(int bits) |
double |
nextDouble() |
long |
nextLong() |
void |
setSeed(long seed) |
public XORWOW()
public XORWOW(long seed)
seed
- the seed that controls the initial state of the PRNGsetSeed(long)
Copyright © 2017. All rights reserved.