Skip navigation links
C G M N R T 

N

nextBoolean() - Static method in class Randomizer
Return a random boolean value.
nextBoolean(double) - Static method in class Randomizer
This method simulates a weighted coin flip which will return true with the probability passed as a parameter.
nextDouble() - Static method in class Randomizer
Return a random double between 0 and 1.
nextDouble(double, double) - Static method in class Randomizer
Return a random double between min and max.
nextInt() - Static method in class Randomizer
This method returns a random integer.
nextInt(int) - Static method in class Randomizer
This method returns a random integer between 0 and n, exclusive.
nextInt(int, int) - Static method in class Randomizer
Return a number between min and max, inclusive.
C G M N R T 
Skip navigation links