| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.util.random |
||
| 87 | ||
of(String) : RandomGenerator |
||
getDefault() : RandomGenerator |
||
isDeprecated() : boolean |
||
doubles() : DoubleStream |
||
doubles(double, double) : DoubleStream |
||
doubles(long) : DoubleStream |
||
doubles(long, double, double) : DoubleStream |
||
equiDoubles(double, double, boolean, boolean) : DoubleStream |
||
ints() : IntStream |
||
ints(int, int) : IntStream |
||
ints(long) : IntStream |
||
ints(long, int, int) : IntStream |
||
longs() : LongStream |
||
longs(long, long) : LongStream |
||
longs(long) : LongStream |
||
longs(long, long, long) : LongStream |
||
nextBoolean() : boolean |
||
nextBytes(byte[]) : void |
||
nextFloat() : float |
||
nextFloat(float) : float |
||
nextFloat(float, float) : float |
||
nextDouble() : double |
||
nextDouble(double) : double |
||
nextDouble(double, double) : double |
||
nextInt() : int |
||
nextInt(int) : int |
||
nextInt(int, int) : int |
||
nextLong() : long |
||
nextLong(long) : long |
||
nextLong(long, long) : long |
||
nextGaussian() : double |
||
nextGaussian(double, double) : double |
||
nextExponential() : double |