| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.util |
||
| 96 | ||
Random() : void |
||
Random(long) : void |
||
from(RandomGenerator) : Random |
||
setSeed(long) : void |
||
next(int) : int |
||
nextBytes(byte[]) : void |
||
nextInt() : int |
||
nextInt(int) : int |
||
nextLong() : long |
||
nextBoolean() : boolean |
||
nextFloat() : float |
||
nextDouble() : double |
||
nextGaussian() : double |
||
ints(long) : IntStream |
||
ints() : IntStream |
||
ints(long, int, int) : IntStream |
||
ints(int, int) : IntStream |
||
longs(long) : LongStream |
||
longs() : LongStream |
||
longs(long, long, long) : LongStream |
||
longs(long, long) : LongStream |
||
doubles(long) : DoubleStream |
||
doubles() : DoubleStream |
||
doubles(long, double, double) : DoubleStream |
||
doubles(double, double) : DoubleStream |