| |
|
| java.lang.Object java.util.Random
Constructor Summary | |
public | Random() | public | Random(long seed) |
Random | public Random(long seed)(Code) | | |
next | protected synchronized int next(int bits)(Code) | | |
nextBoolean | public boolean nextBoolean()(Code) | | |
nextBytes | public void nextBytes(byte[] bytes)(Code) | | |
nextDouble | public double nextDouble()(Code) | | |
nextFloat | public float nextFloat()(Code) | | |
nextGaussian | public synchronized double nextGaussian()(Code) | | |
nextInt | public int nextInt()(Code) | | |
nextInt | public int nextInt(int n)(Code) | | |
nextLong | public long nextLong()(Code) | | |
setSeed | public synchronized void setSeed(long seed)(Code) | | |
|
|
|