Generatore di numeri casuali
public class Random extends Object
implements Serializable
Costruttori
Random() Random(long)
Metodi
| boolean |
nextBoolean() |
| byte |
nextByte() |
| int |
nextInt() nextInt(int) |
| double |
nextDouble() nextGaussian() |
| float |
nextFloat() |
| long |
nextLong() |
setSeed(long) nextBytes(byte[]) |