public abstract class QRandomEngine extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
mSeed |
| Constructor and Description |
|---|
QRandomEngine() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSeed() |
abstract double |
nextDouble() |
abstract double |
nextGaussian() |
abstract int |
nextInt() |
abstract int |
nextInt(int n) |
abstract long |
nextLong() |
abstract long |
nextLong(long l) |
double |
random() |
void |
setSeed(long seed) |
public void setSeed(long seed)
public long getSeed()
public abstract double nextGaussian()
public abstract double nextDouble()
public abstract int nextInt()
public abstract int nextInt(int n)
public abstract long nextLong()
public abstract long nextLong(long l)
public double random()
Copyright © 2013. All rights reserved.