- nextDouble() - Method in class edu.uci.ics.jung.algorithms.util.NotRandom
-
Returns the post-incremented value of the internal counter modulo
size, divided by size.
- nextFloat() - Method in class edu.uci.ics.jung.algorithms.util.NotRandom
-
Returns the post-incremented value of the internal counter modulo
size, divided by size.
- nextInt(int) - Method in class edu.uci.ics.jung.algorithms.util.NotRandom
-
Returns the post-incremented value of the internal counter modulo n.
- NotRandom - Class in edu.uci.ics.jung.algorithms.util
-
A decidedly non-random extension of Random that may be useful
for testing random algorithms that accept an instance of Random
as a parameter.
- NotRandom(int) - Constructor for class edu.uci.ics.jung.algorithms.util.NotRandom
-
Creates an instance with the specified sample size.